Fix artifacts version
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
docker save pico-hsm-test:bullseye -o artifacts/docker-image.tar
|
docker save pico-hsm-test:bullseye -o artifacts/docker-image.tar
|
||||||
- name: Temporarily save image
|
- name: Temporarily save image
|
||||||
uses: actions/upload-artifact@v4.1.7
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docker-artifact
|
name: docker-artifact
|
||||||
path: artifacts
|
path: artifacts
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Retrieve saved image
|
- name: Retrieve saved image
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docker-artifact
|
name: docker-artifact
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user