From 6f1980aae3a7e23ddf8bbd55e49ebf37ccdb0a25 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 11 Jan 2024 12:00:48 +0000 Subject: [PATCH] Reapply "Bump actions/download-artifact from 3 to 4" This reverts commit 004a52618507cb271ebbc0794aecf04f8e354db5. --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c17330d93..e42ddae72 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -110,7 +110,7 @@ jobs: # only run if the commit is tagged... if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifact path: dist