chore(deps): update actions/upload-artifact action to v3 (#459)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-22 15:54:52 +01:00 committed by GitHub
parent 043b5c68b5
commit 27a7946ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,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
@ -91,7 +91,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