We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7425bc4 commit 8662b9cCopy full SHA for 8662b9c
.github/workflows/nightly-pypi-build.yml
@@ -74,7 +74,7 @@ jobs:
74
75
steps:
76
- name: Download all the artifacts
77
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
78
with:
79
merge-multiple: true
80
path: dist/
.github/workflows/python-ci.yml
@@ -197,7 +197,7 @@ jobs:
197
- name: Install dependencies
198
run: uv sync --group dev
199
- name: Download all coverage artifacts
200
201
202
pattern: coverage-*
203
0 commit comments