chore: CI: bump actions/upload-artifact from 4 to 5 (#11052)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3ae409cf81
commit
aaceb3dbf5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-template.yml
vendored
2
.github/workflows/build-template.yml
vendored
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
else
|
||||
${{ matrix.tar || 'tar' }} cf - $dir | zstd -T0 --no-progress -o pack/$dir.tar.zst
|
||||
fi
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v5
|
||||
if: matrix.release
|
||||
with:
|
||||
name: build-${{ matrix.name }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue