Skip to content

Commit 53b0703

Browse files
Bump actions/download-artifact to 4.1.0
1 parent 18b6c4e commit 53b0703

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,10 @@ jobs:
251251
- name: Install dependencies
252252
run: pip install -U -r requirements_minimal.txt
253253
- name: Download all coverage artifacts
254-
uses: actions/[email protected]
254+
uses: actions/[email protected]
255+
with:
256+
pattern: coverage-*
257+
merge-multiple: true
255258
- name: Combine Linux coverage results
256259
run: |
257260
coverage combine coverage-linux*/.coverage

0 commit comments

Comments
 (0)