From 8a2b64a1a563eaf93718a6f9cb75bcaeff8a13c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:32:58 +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/build.yml | 4 ++-- .github/workflows/e2e.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86aca542b..e8299107b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -369,7 +369,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: /tmp/buildx-output name: ${{ needs.binaries.outputs.artifact-name }} @@ -501,7 +501,7 @@ jobs: steps: - name: Download release binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ env.DESTDIR }} name: release diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d0a09f418..e59e6e3de 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -118,7 +118,7 @@ jobs: if: matrix.driver == 'docker' || matrix.driver == 'docker-container' - name: Install buildx - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: binary path: /home/runner/.docker/cli-plugins @@ -230,7 +230,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Install buildx - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: binary path: /home/runner/.docker/cli-plugins