From 011a594fe448e5b0ffd4eb24e1d0ac66170cd371 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 9 Oct 2023 19:18:04 +0200 Subject: [PATCH] Also use artifacts@v3 on upload. Signed-off-by: Pol Henarejos --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 950f525..27f3b1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: mkdir -p artifacts docker save pico-hsm-test:bullseye -o artifacts/docker-image.tar - name: Temporarily save image - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: docker-artifact path: artifacts