Skip to content

Commit

Permalink
Revert version of upload/download artifact to v3 one last time
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Sep 8, 2024
1 parent b0ced50 commit 937e306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 937e306

Please sign in to comment.