There was an error while loading. Please reload this page.
2 parents 282d843 + c5922d1 commit 23018d9Copy full SHA for 23018d9
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build a binary wheel and a source tarball
29
run: python3 -m build
30
- name: Store the distribution packages
31
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
32
with:
33
name: python-package-distributions
34
path: dist/
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Download all the dists
49
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
50
51
52
0 commit comments