We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7201f0b commit 098cdc8Copy full SHA for 098cdc8
1 file changed
.github/workflows/ci-post-comment.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Download code-coverage-results
13
uses: actions/download-artifact@v4
14
with:
15
- name: analysis-results
+ name: code-coverage-results
16
run-id: ${{ github.event.workflow_run.id }}
17
github-token: ${{ secrets.GITHUB_TOKEN }}
18
0 commit comments