chore(deps): update actions/upload-artifact action to v3
This commit is contained in:
parent
f2f081d4f7
commit
5aa6a27b20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
yarn
|
||||
yarn build
|
||||
- name: Build Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: dist
|
||||
|
|
Loading…
Reference in a new issue