Skip to content

Commit 098cdc8

Browse files
committed
Rename artifact from 'analysis-results' to 'code-coverage-results' in CI workflow
1 parent 7201f0b commit 098cdc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-post-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Download code-coverage-results
1313
uses: actions/download-artifact@v4
1414
with:
15-
name: analysis-results
15+
name: code-coverage-results
1616
run-id: ${{ github.event.workflow_run.id }}
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818

0 commit comments

Comments
 (0)