We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf15491 commit fde2a7bCopy full SHA for fde2a7b
.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@v6
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@v7
66
67
68
0 commit comments