Skip to content

Commit 855d475

Browse files
authored
fix: actions/upload-artifact@v4
1 parent 2c7a8dd commit 855d475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build a binary wheel and a source tarball
2828
run: python3 -m build
2929
- name: Store the distribution packages
30-
uses: actions/upload-artifact@4
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: python-package-distributions
3333
path: dist/

0 commit comments

Comments
 (0)