We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1b5e commit d8eb82cCopy full SHA for d8eb82c
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
45
steps:
46
- name: Download all the dists
47
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
48
with:
49
name: python-package-distributions
50
path: dist/
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
.github/workflows/tests.yml
@@ -157,7 +157,7 @@ jobs:
157
nox --version
158
159
- name: Download coverage data
160
161
162
pattern: coverage-data-*
163
merge-multiple: true
0 commit comments