chore(deps): bump {down,up}load-artifact from v2 to v4

This commit is contained in:
Pierre Lalet 2024-10-14 02:03:39 +02:00
parent b1af76e4fd
commit f5d40dd1a8

View file

@ -54,7 +54,7 @@ jobs:
run: tar cf masscanned.tar target/debug/masscanned run: tar cf masscanned.tar target/debug/masscanned
- name: Upload binary - name: Upload binary
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: masscanned.tar name: masscanned.tar
path: masscanned.tar path: masscanned.tar
@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Get binary - name: Get binary
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: masscanned.tar name: masscanned.tar