mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Use v4 for artifacts
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
c889cef488
commit
6da49336c9
1 changed files with 2 additions and 2 deletions
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@v3
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue