We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d8de9 commit 560d5a3Copy full SHA for 560d5a3
.github/workflows/coverage-comment.yml
@@ -15,7 +15,7 @@ jobs:
15
github.event.workflow_run.conclusion == 'success'
16
steps:
17
- name: Download PR comment artifact
18
- uses: dawidd6/action-download-artifact@v19
+ uses: dawidd6/action-download-artifact@v20
19
with:
20
workflow: main.yml
21
run_id: ${{ github.event.workflow_run.id }}
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
retention-days: 30
71
- name: Download base branch coverage
72
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
73
74
continue-on-error: true
75
76
0 commit comments