mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
chore(deps): update actions/download-artifact action to v4
This commit is contained in:
parent
c759fbf36e
commit
4aa31ffdc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -163,7 +163,7 @@ jobs:
|
|||
path: ~/.cargo/bin
|
||||
key: sign-tools-${{ hashFiles('.github/workflows/release.yml') }}
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: builds
|
||||
|
||||
|
|
Loading…
Reference in a new issue