We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ba736 commit 475149eCopy full SHA for 475149e
.github/workflows/upload_pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
run: python -m build
27
28
- name: Store the distribution packages
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: python-package-distributions
32
path: dist/
@@ -43,7 +43,7 @@ jobs:
43
id-token: write
44
steps:
45
- name: Download all the dists
46
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
47
48
49
0 commit comments