We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7289ffa commit 569a5a4Copy full SHA for 569a5a4
1 file changed
.github/workflows/verify.yml
@@ -222,7 +222,10 @@ jobs:
222
venv-dir: ${{ env.VENV }}
223
precommit-home: ${{ env.PRE_COMMIT_HOME }}
224
- name: Download all coverage artifacts
225
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
226
+ with:
227
+ pattern: coverage-*
228
+ path: ./
229
- name: Combine coverage results
230
run: |
231
. venv/bin/activate
0 commit comments