We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4571a89 commit 741bcddCopy full SHA for 741bcdd
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build a binary wheel and a source tarball
31
run: python3 -m build
32
- name: Store the distribution packages
33
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
34
with:
35
name: python-package-distributions
36
path: dist/
@@ -50,7 +50,7 @@ jobs:
50
51
steps:
52
- name: Download all the dists
53
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
54
55
56
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
121
0 commit comments