mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-13 01:52:16 +08:00
Merge pull request #250 from Borales/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
This commit is contained in:
commit
6487438ce1
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
id: diff
|
id: diff
|
||||||
|
|
||||||
# If index.js was different than expected, upload the expected version as an artifact
|
# If index.js was different than expected, upload the expected version as an artifact
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user