Skip to content

Commit

Permalink
Revert upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
isaksamsten committed Aug 15, 2024
1 parent 805ce9a commit 8c0ead1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CIBW_TEST_COMMAND: python -m pytest {package}/tests --benchmark-skip
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand All @@ -63,7 +63,7 @@ jobs:
run: |
python -m build --sdist
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit 8c0ead1

Please sign in to comment.