Skip to content

Commit 998fce4

Browse files
committed
Fix upload
1 parent f7721f3 commit 998fce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Upload coverage report
171171
uses: actions/upload-artifact@v4
172172
with:
173-
name: coverage-report
173+
name: coverage-report-${{ matrix.module }}
174174
path: |
175175
${{ matrix.path }}/coverage.out
176176
${{ matrix.path }}/coverage.html

0 commit comments

Comments
 (0)