From 515f3eaecd0de37eeff41b5e53e146aa51e13577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:15:48 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 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/Python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index 6d8fa84..8b47e46 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -196,7 +196,7 @@ jobs: runs-on: ubuntu-latest needs: [ macos, windows, linux, linux-cross] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: wheels - uses: actions/setup-python@v4 @@ -224,7 +224,7 @@ jobs: needs: [ macos, windows, linux, linux-cross] #, linux-cross, musllinux, musllinux-cross ] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: wheels - uses: actions/setup-python@v4