Skip to content

Commit

Permalink
Rollback upload and download artifacts to v3 in python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Mar 17, 2024
1 parent 34ae8ec commit 11505bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: >
pip3 install pkgconfig cython --upgrade &&
python3 setup.py sdist
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
name: Upload build artifacts
with:
path: dist/*.tar.gz
Expand All @@ -133,7 +133,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'created'
steps:
- name: Download the sdist artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 11505bc

Please sign in to comment.