mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-07-08 20:40:17 +00:00
Upgrade upload-artifact action to version 4
This commit is contained in:
parent
644b6f1c69
commit
8e14252a48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
fi
|
||||
|
||||
# If dist/ was different than expected, upload the expected version as an artifact
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
||||
with:
|
||||
name: dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue