Skip to content

Commit 43c1620

Browse files
committed
Attempt to fix v5 download issue
1 parent 1defb25 commit 43c1620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
- name: Download all coverage artifacts
225225
uses: actions/download-artifact@v5
226226
with:
227-
pattern: coverage
227+
pattern: coverage-*
228228
merge-multiple: true
229229
path: ${{ github.workspace }}/artifacts
230230
- name: Combine coverage results

0 commit comments

Comments
 (0)