From e7ecaac8454dc820e1d55682daedfb2fbca8e89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:23:14 +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/buildkit.yml | 4 ++-- .github/workflows/dockerd.yml | 2 +- .github/workflows/test-os.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index 0153d847b..2898da5de 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -73,7 +73,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 }} @@ -345,7 +345,7 @@ jobs: steps: - name: Download release binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ env.DESTDIR }} name: buildkit-release diff --git a/.github/workflows/dockerd.yml b/.github/workflows/dockerd.yml index bdb7d811b..4074d0086 100644 --- a/.github/workflows/dockerd.yml +++ b/.github/workflows/dockerd.yml @@ -114,7 +114,7 @@ jobs: buildkitd-flags: --debug - name: Download dockerd - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dockerd path: ./build/ diff --git a/.github/workflows/test-os.yml b/.github/workflows/test-os.yml index 072870bb4..d1452a40f 100644 --- a/.github/workflows/test-os.yml +++ b/.github/workflows/test-os.yml @@ -144,7 +144,7 @@ jobs: cache: false - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: buildkit-windows-amd64 path: ${{ github.workspace }}\bin @@ -211,7 +211,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: buildkit-freebsd-amd64 path: ${{ env.DESTDIR }}