Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2023
1 parent 9dcecf5 commit e2fac83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Upload analysis
if: success() && github.event.number
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
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@v2
uses: actions/upload-artifact@v3
with:
name: pr
path: ./pr-id.txt

0 comments on commit e2fac83

Please sign in to comment.