Skip to content

Commit

Permalink
Use upload-artifact v4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Sep 5, 2024
1 parent 8d3df71 commit 5ba34f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ba34f9

Please sign in to comment.