Skip to content

Commit 475149e

Browse files
committed
Updated pypi actions to v4 of artifact actions
1 parent 67ba736 commit 475149e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: python -m build
2727

2828
- name: Store the distribution packages
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: python-package-distributions
3232
path: dist/
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write
4444
steps:
4545
- name: Download all the dists
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: python-package-distributions
4949
path: dist/

0 commit comments

Comments
 (0)