Skip to content

Commit

Permalink
Merge pull request #52 from wasanx25/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
wasanx25 committed Apr 18, 2022
2 parents 1f8667a + e6989d4 commit 5dba628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bundle-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
yarn
yarn build
- run: mv artifacts/webpack-stats.json artifacts/webpack-stats-base.json
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: stats
path: frontend/artifacts/webpack-stats-base.json
Expand All @@ -39,7 +39,7 @@ jobs:
- run: |
yarn
yarn build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: stats
path: frontend/artifacts/webpack-stats.json
Expand Down

0 comments on commit 5dba628

Please sign in to comment.