ci(action): bump actions/upload-artifact from v2.2.1 to v2.2.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.1 to v2.2.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.1...e448a9b857ee2131e752b06002bf0e093c65e571) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
75f09e1d60
commit
49e03d5826
|
@ -59,7 +59,7 @@ jobs:
|
|||
uses: github/codeql-action/analyze@v1
|
||||
|
||||
- name: Upload dist artifact
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
uses: actions/upload-artifact@v2.2.2
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
|
Loading…
Reference in New Issue