Skip to content

Commit

Permalink
chore: update artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 24, 2024
1 parent b8a9cab commit a4b1e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build files
run: npm run analyzer
- name: Upload base stats.json
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: base
path: ./build/**/stats.json
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build files
run: npm run analyzer
- name: Upload base stats.json
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pr
path: ./build/**/stats.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Upload tests artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifact
path: ./artifacts
Expand Down

0 comments on commit a4b1e67

Please sign in to comment.