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 22d716d commit 3fb076fCopy full SHA for 3fb076f
2 files changed
.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@v13
+ uses: dawidd6/action-download-artifact@v15
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