From 292a270d2919779bf5801eb54fa7c554d2683674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:52:19 +0000 Subject: [PATCH] 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/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..fc9ca09 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@v5 with: path: artifacts pattern: binary-* diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0fc43aa..db2b4be 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@v5 with: path: /tmp/digests pattern: digests-*