mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 07:41:21 +00:00
Merge pull request #49 from bartvdbraak/renovate/actions-upload-artifact-4.x
This commit is contained in:
commit
28b4a3e49e
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