Skip to content

Commit c28169a

Browse files
committed
It didn't, specify the workflow name manually
1 parent d0dc8d0 commit c28169a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ jobs:
332332
with:
333333
filename: "merged-coverage.xml"
334334
fail_on_negative_difference: true
335+
artifact_download_workflow_names: "Continuous integration"
335336
only_list_changed_files: true
336337
- name: Add Coverage PR Comment
337338
if: steps.code_coverage_report_action.outputs.file != '' && github.event_name == 'pull_request' && (success() || failure())

0 commit comments

Comments
 (0)