From 8e133a5bbb1023ee28a1173cfb6d09b56d995858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:21:46 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 a43d82344..ccfef6e4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -516,7 +516,7 @@ jobs: uses: actions/checkout@v4 - name: Download binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ env.DESTDIR }} pattern: buildx-* diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fd1ef9b53..f53f56f7f 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@v4 + uses: actions/download-artifact@v5 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@v4 + uses: actions/download-artifact@v5 with: name: binary path: /home/runner/.docker/cli-plugins