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:
parent
043b5c68b5
commit
27a7946ce1
|
|
@ -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
|
||||
Loading…
Reference in New Issue