From 48894298dd98be69a02a86c947cb382111ef822f Mon Sep 17 00:00:00 2001 From: Pierre Lalet Date: Mon, 14 Oct 2024 02:03:39 +0200 Subject: [PATCH] chore(deps): bump {down,up}load-artifact from v2 to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87e3b23..62cf039 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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