From 7432a2e31a839e58d1aacf11e5cc8ca9f4caee92 Mon Sep 17 00:00:00 2001 From: Loup Theron Date: Wed, 5 Feb 2025 09:31:10 +0100 Subject: [PATCH] Fix container upload and download --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6d02e534c1..fa216cd959 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -307,7 +307,7 @@ jobs: fetch-depth: 100 - name: Download image - uses: ishworkh/docker-image-artifact-download@v1 + uses: ishworkh/container-image-artifact-download@v2.0.0 with: image: monitorfish-app:${{ env.VERSION }} @@ -353,7 +353,7 @@ jobs: uses: actions/checkout@v4 - name: Download image - uses: ishworkh/docker-image-artifact-download@v1 + uses: ishworkh/container-image-artifact-download@v2.0.0 with: image: monitorfish-app:${{ env.VERSION }}