Skip to content

Commit

Permalink
chore(deps): bump {down,up}load-artifact from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
p-l- committed Oct 14, 2024
1 parent b1af76e commit 4889429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: tar cf masscanned.tar target/debug/masscanned

- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: masscanned.tar
path: masscanned.tar
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v2

- name: Get binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: masscanned.tar

Expand Down

0 comments on commit 4889429

Please sign in to comment.