From 348e75c1aceeea2ada5377c3b731dc6d061870c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:49:31 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ecr-build-and-push.yml | 2 +- .github/workflows/ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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-*