Skip to content

Commit

Permalink
Migrate away from deprecated actions/upload-artifact@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jan 19, 2023
1 parent 6ff3a33 commit 948ad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn build-demo
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist/
Expand Down

0 comments on commit 948ad58

Please sign in to comment.