Skip to content

Commit 8b69eb3

Browse files
committed
Fixes download-artifact
1 parent fc77e08 commit 8b69eb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ jobs:
9090
- name: Clone the repository
9191
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
9292
- name: Download code coverage from GitHub
93-
uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60
93+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
9494
with:
95-
name: code-coverage
9695
path: coverage
96+
name: code-coverage-*
97+
merge-multiple: true
9798
- name: Report code coverage
9899
uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b
99100
with:

0 commit comments

Comments
 (0)