From 937e3068c460b3f42d16905ce8cd328e83c93489 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Sun, 8 Sep 2024 02:19:34 +0200 Subject: [PATCH] Revert version of upload/download artifact to v3 one last time --- .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 df0a694d2..47f16e125 100644 --- a/.github/workflows/build-and-test-wheels.yml +++ b/.github/workflows/build-and-test-wheels.yml @@ -70,7 +70,7 @@ jobs: ls -l ./wheelhouse/*.whl - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl @@ -153,7 +153,7 @@ jobs: run: pipx run build --sdist - name: Upload sdist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: dist/*.tar.gz diff --git a/.github/workflows/build-and-test-windows-wheels.yml b/.github/workflows/build-and-test-windows-wheels.yml index 559eda25b..39962b3c7 100644 --- a/.github/workflows/build-and-test-windows-wheels.yml +++ b/.github/workflows/build-and-test-windows-wheels.yml @@ -142,7 +142,7 @@ jobs: python -m pytest tests - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: ./dist/*.whl