Skip to content

Commit d90cf5e

Browse files
committed
update actions/upload-artifact to v4
1 parent 9b7a678 commit d90cf5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: python3 -m build
7979

8080
- name: Store the distribution packages
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: python-package-distributions
8484
path: dist/

0 commit comments

Comments
 (0)