diff --git a/.github/workflows/ecr-build-and-push.yml b/.github/workflows/ecr-build-and-push.yml index 47eb593..2451901 100644 --- a/.github/workflows/ecr-build-and-push.yml +++ b/.github/workflows/ecr-build-and-push.yml @@ -153,7 +153,7 @@ jobs: id-token: write steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: /tmp/digests pattern: ecr-digests-* diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 07a3628..f59dd23 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -85,7 +85,7 @@ jobs: id-token: write steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: /tmp/digests pattern: ghcr-digests-*