mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
parent
c759fbf36e
commit
af81fca4ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
||||||
dst="keyweave-${{ matrix.target }}"
|
dst="keyweave-${{ matrix.target }}"
|
||||||
tar cavf "$dst.tar.xz" "$dst"
|
tar cavf "$dst.tar.xz" "$dst"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: builds
|
name: builds
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
Loading…
Reference in a new issue