diff --git a/.github/workflows/application_deployment.yml b/.github/workflows/application_deployment.yml index e3fb83993c..88d5c2ac78 100644 --- a/.github/workflows/application_deployment.yml +++ b/.github/workflows/application_deployment.yml @@ -51,7 +51,7 @@ jobs: - name: Download image if: ${{ steps.check_unit_tests_status.outputs.conclusion == 'success' }} - uses: ishworkh/container-image-artifact-download@v1.1.1 + uses: ishworkh/container-image-artifact-download@v2.0.0 with: commit_sha: ${{ github.event.workflow_run.head_commit.id }} image: monitorfish-app:${{ env.VERSION }} diff --git a/.github/workflows/application_e2e_tests.yml b/.github/workflows/application_e2e_tests.yml index 1a0779ea0d..10ead3770b 100644 --- a/.github/workflows/application_e2e_tests.yml +++ b/.github/workflows/application_e2e_tests.yml @@ -67,7 +67,7 @@ jobs: run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV - name: Download image - uses: ishworkh/container-image-artifact-download@v1.1.1 + uses: ishworkh/container-image-artifact-download@v2.0.0 with: commit_sha: ${{ github.event.workflow_run.head_commit.id }} image: monitorfish-app:${{ env.VERSION }} @@ -169,7 +169,7 @@ jobs: run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV - name: Download image - uses: ishworkh/container-image-artifact-download@v1.1.1 + uses: ishworkh/container-image-artifact-download@v2.0.0 with: commit_sha: ${{ github.event.workflow_run.head_commit.id }} image: monitorfish-app:${{ env.VERSION }}