mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 18:39:23 +08:00
Bump to actions/upload-artifact@v3
This commit is contained in:
parent
241e61ca3b
commit
a573f8df8d
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
id: diff
|
||||
|
||||
# If index.js was different than expected, upload the expected version as an artifact
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
||||
with:
|
||||
name: dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user