From 00d3e5ca5a6505070a99e8e2afec87a426285358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:11:55 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binary.yml | 2 +- .github/workflows/image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index f686e12..3a7341f 100644 --- a/.github/workflows/binary.yml +++ b/.github/workflows/binary.yml @@ -117,7 +117,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: artifacts pattern: binary-* diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0fc43aa..a2557ae 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -94,7 +94,7 @@ jobs: steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/digests pattern: digests-*