From 6da49336c961dfe4d84c6bb4072b2b582539fd27 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 5 Sep 2024 09:16:20 +0200 Subject: [PATCH] Use v4 for artifacts Signed-off-by: Pol Henarejos --- .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 7095d23..31ea897 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@v3 + uses: actions/upload-artifact@v4 with: name: docker-artifact path: artifacts @@ -54,7 +54,7 @@ jobs: with: submodules: recursive - name: Retrieve saved image - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: docker-artifact path: artifacts