mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Bump actions/upload-artifact from 3 to 4 (#733)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a50ce396cb
commit
f538b74e81
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
|
@ -283,7 +283,7 @@ jobs:
|
|||
shell: bash
|
||||
run: 7z a "$dst.zip" "$dst"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: builds
|
||||
retention-days: 1
|
||||
|
|
Loading…
Reference in a new issue