From 21a432e108067dc0e0c78c21228270b004f491e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:33:03 -0700 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#327) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/wheel_tests_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel_tests_and_release.yml b/.github/workflows/wheel_tests_and_release.yml index 58f88674..959d1d7c 100644 --- a/.github/workflows/wheel_tests_and_release.yml +++ b/.github/workflows/wheel_tests_and_release.yml @@ -169,7 +169,7 @@ jobs: python -m pip install --upgrade pip pip install numpy Cython twine setuptools setuptools_scm - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 id: download with: name: wheels