From f44879c839945a57589f6dd2ec56a9affcdac2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:42:23 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/docker-ci-pr.yml | 6 +++--- .github/workflows/docker-ci-push.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-ci-pr.yml b/.github/workflows/docker-ci-pr.yml index dcffdbf..daf44c1 100644 --- a/.github/workflows/docker-ci-pr.yml +++ b/.github/workflows/docker-ci-pr.yml @@ -101,7 +101,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} @@ -183,13 +183,13 @@ jobs: - build steps: - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/docker-ci-push.yml b/.github/workflows/docker-ci-push.yml index 8c84f50..008c2f5 100644 --- a/.github/workflows/docker-ci-push.yml +++ b/.github/workflows/docker-ci-push.yml @@ -99,7 +99,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} @@ -181,13 +181,13 @@ jobs: - build steps: - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-*