Skip to content

Commit 4de0424

Browse files
committed
Fixes download-artifact pattern
1 parent 1082a8e commit 4de0424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
9494
with:
9595
path: coverage
96-
name: code-coverage-*
96+
pattern: code-coverage-*
9797
merge-multiple: true
9898
- name: Report code coverage
9999
uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b

0 commit comments

Comments
 (0)