We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c410f8 commit 04aefd7Copy full SHA for 04aefd7
.github/workflows/build_release.yaml
@@ -42,7 +42,7 @@ jobs:
42
ls dist/
43
44
- name: Store the distribution packages
45
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
46
with:
47
name: python-package-distributions
48
path: dist/
@@ -62,7 +62,7 @@ jobs:
62
63
steps:
64
- name: Download all the dists
65
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v8
66
67
68
0 commit comments