From 432aa980dfc22ae26671d945f68b75cb3d43c801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 23:01:17 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f530566c4..c54ec64228 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Download binaries - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: binaries path: dist/ @@ -117,11 +117,11 @@ jobs: needs: [ build-push-linux-multi, bom ] steps: - name: Download binaries - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: binaries path: dist/ - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: sbom.tar.gz path: sbom.tar.gz