Skip to content

Commit

Permalink
Downgrade to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Jul 29, 2024
1 parent 5fb4865 commit bd2ebb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
linux: "python setup.py sdist"
macos: "python setup.py bdist_wheel"
windows: "python setup.py bdist_wheel"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
python-versions: "cp39-cp39 cp310-cp310 cp311-cp311"
- name: "Remove non-compatible packages"
run: "sudo rm dist/*linux_x86_64.whl\n"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist
Expand Down

0 comments on commit bd2ebb2

Please sign in to comment.