We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ece6f14 + a8bc75d commit 84faeebCopy full SHA for 84faeeb
1 file changed
.github/workflows/wheels.yml
@@ -25,7 +25,7 @@ jobs:
25
if: github.event_name == 'release' && github.event.action == 'published'
26
27
steps:
28
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
29
with:
30
name: Packages
31
path: dist
@@ -41,7 +41,7 @@ jobs:
41
contents: write
42
43
44
45
46
47
0 commit comments