diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f65707..eccc8b2 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@v4.1.7 + uses: actions/upload-artifact@v4.2 with: name: docker-artifact path: artifacts