Skip to content

Commit 916d2d9

Browse files
authored
Merge pull request #5 from kalcohol/main-update-release-actions
update actions
2 parents 6fdb2bc + 957a742 commit 916d2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python setup.py bdist_wheel
2727
2828
- name: Upload the package
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: python-package
3232
path: dist/*.whl

0 commit comments

Comments
 (0)