From b0448e03d37b3506648c808c00d621276198e253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:33: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/build_release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 288a1df..05a6511 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -182,25 +182,25 @@ jobs: steps: - name: Retrieve artifact from Python build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python_wheel path: builds/wheel/ - name: Retrieve artifact from MacOS build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: macos_executable path: builds/macos/ - name: Retrieve artifact from Ubuntu build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ubuntu_executable path: builds/ubuntu/ - name: Retrieve artifact from Windows build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: windows_executable path: builds/windows/ @@ -221,7 +221,7 @@ jobs: steps: - name: Retrieve artifact from Python build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python_wheel path: dist/