Skip to content

Commit d590041

Browse files
authored
Merge pull request #108 from astro/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 89ef2d2 + ffb32e7 commit d590041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build
1616
run: |
1717
cargo build --release
18-
- uses: actions/upload-artifact@v4
18+
- uses: actions/upload-artifact@v5
1919
with:
2020
name: deadnix
2121
path: target/release/deadnix

0 commit comments

Comments
 (0)