From 67454c5be7073deeb5cef16b3500214b4b063532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:42:32 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... 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 3d7dc690ab..2525b03620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: binaries path: dist/ @@ -128,12 +128,12 @@ jobs: fi - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: binaries path: dist/ - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: sbom.tar.gz path: /tmp