From aec396fafbcb0761a32ad5336eefbacd7ae235dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 13:29:20 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ca31cbad..ef27eaaf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -223,7 +223,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [ build, build-musl ] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wheels - uses: actions/setup-python@v5 @@ -263,7 +263,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [ build, build-musl ] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: binaries - name: Sigstore Sign