From 1306e219539f885d78fc534eb1dd653f8de2ff04 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Sat, 7 Sep 2024 15:09:51 +0200 Subject: [PATCH] Revert version of upload/download artifact to v3 --- .github/workflows/build-and-test-wheels.yml | 4 ++-- .github/workflows/build-and-test-windows-wheels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test-wheels.yml b/.github/workflows/build-and-test-wheels.yml index b8afc8c2d..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 @@ -167,7 +167,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - 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 diff --git a/.github/workflows/build-and-test-windows-wheels.yml b/.github/workflows/build-and-test-windows-wheels.yml index cbfa36309..39962b3c7 100644 --- a/.github/workflows/build-and-test-windows-wheels.yml +++ b/.github/workflows/build-and-test-windows-wheels.yml @@ -156,7 +156,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - 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