Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent a6c9ff2 commit d07a5d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: npx -p nextjs-bundle-analysis report

- name: Upload bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundle
path: .next/analyze/__bundle_analysis.json
Expand All @@ -75,7 +75,7 @@ jobs:

- name: Upload analysis
if: success() && github.event.number
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: analysis_comment
path: .next/analyze/__bundle_analysis_comment.txt
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Upload PR number
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr-id.txt

0 comments on commit d07a5d1

Please sign in to comment.