From 004a52618507cb271ebbc0794aecf04f8e354db5 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 11 Jan 2024 12:36:55 +0200 Subject: [PATCH] Revert "Bump actions/download-artifact from 3 to 4" This reverts commit f7384c3f4f1ce71838d063b4424efef09eed4b1b. --- .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 e42ddae72..c17330d93 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@v4 + - uses: actions/download-artifact@v3 with: name: artifact path: dist