From a02f3954156a69c209ee0ec6d3b3da1883476cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:06:32 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/e2e.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39dc6565ca0b..afb3ca5fbd1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -516,7 +516,7 @@ jobs: uses: actions/checkout@v6 - name: Download binaries - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ env.DESTDIR }} pattern: buildx-* diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a0534544e633..537d7c13c690 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@v6 + uses: actions/download-artifact@v7 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@v6 + uses: actions/download-artifact@v7 with: name: binary path: /home/runner/.docker/cli-plugins