We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ae5be2 + a752ff7 commit c0556f2Copy full SHA for c0556f2
1 file changed
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
# This downloads the build artifacts from the build job
36
- name: Download distribution artifacts
37
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
38
with:
39
name: python-package-distributions
40
path: dist/
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
@@ -80,7 +80,7 @@ jobs:
80
81
82
- name: Download Conda artifact
83
84
85
name: conda-package
86
path: conda-package/
0 commit comments