Skip to content

Commit

Permalink
Revert to upload/download-artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Jan 25, 2024
1 parent d0914e7 commit 24f3ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CIBW_ARCHS_WINDOWS: AMD64 x86
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"

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

Expand All @@ -60,7 +60,7 @@ jobs:
- name: Build sdist
run: python setup.py sdist

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand All @@ -75,7 +75,7 @@ jobs:
with:
python-version: "3.10"

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 24f3ae6

Please sign in to comment.