Skip to content

Commit 642ab38

Browse files
committed
Update gh action
1 parent c42645c commit 642ab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build a binary wheel and a source tarball
4646
run: python3 -m build
4747
- name: Store the distribution packages
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: python-package-distributions
5151
path: dist/

0 commit comments

Comments
 (0)