From 325bd9be21f16aabfc36f54c1d84f34a965f444c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:12:00 +0100 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#797) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4bf04b9..80a31020 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -320,22 +320,22 @@ jobs: ] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: Linux-wheels path: Linux-wheels if: ${{ needs.manylinux-release-wheel.result == 'success' }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: macOS-wheels path: macOS-wheels if: ${{ needs.macos-release-wheel.result == 'success' }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: macOS-arm-wheels path: macOS-arm-wheels if: ${{ needs.macos-arm-release-wheel.result == 'success' }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: Windows-wheels path: Windows-wheels