Skip to content

Commit bd2ebb2

Browse files
committed
Downgrade to actions/upload-artifact@v3
1 parent 5fb4865 commit bd2ebb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
linux: "python setup.py sdist"
2525
macos: "python setup.py bdist_wheel"
2626
windows: "python setup.py bdist_wheel"
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v3
2828
with:
2929
name: dist
3030
path: dist
@@ -58,7 +58,7 @@ jobs:
5858
python-versions: "cp39-cp39 cp310-cp310 cp311-cp311"
5959
- name: "Remove non-compatible packages"
6060
run: "sudo rm dist/*linux_x86_64.whl\n"
61-
- uses: actions/upload-artifact@v4
61+
- uses: actions/upload-artifact@v3
6262
with:
6363
name: dist
6464
path: dist

0 commit comments

Comments
 (0)