From cf166b29168a841bd403a4feda9022722a5dad36 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Sat, 7 Sep 2024 22:22:08 +0200 Subject: [PATCH] Revert version of upload/download artifact to v3 and again --- .github/workflows/build-and-test-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-wheels.yml b/.github/workflows/build-and-test-wheels.yml index a6a00df42..47f16e125 100644 --- a/.github/workflows/build-and-test-wheels.yml +++ b/.github/workflows/build-and-test-wheels.yml @@ -95,7 +95,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download all dists - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir