Skip to content

Commit 8aca345

Browse files
authored
Upgrade upload artifact to V4
1 parent 8b5d1db commit 8aca345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
python -m twine upload -r pypi --skip-existing wheelhouse/*
8080
8181
- name: Upload artifacts to github
82-
uses: actions/upload-artifact@v1
82+
uses: actions/upload-artifact@v4
8383
if: ${{ always() }}
8484
with:
8585
name: wheels

0 commit comments

Comments
 (0)