File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414 steps :
1515 - name : Download comment artifact
16- uses : dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
16+ uses : dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
1717 with :
1818 name : pr-comment
1919 path : pr-comment/
Original file line number Diff line number Diff line change 7070 retention-days : 30
7171 - name : Download base branch coverage
7272 if : ${{ matrix.release_build && github.event_name == 'pull_request' }}
73- uses : dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
73+ uses : dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
7474 continue-on-error : true
7575 with :
7676 workflow : main.yml
You can’t perform that action at this time.
0 commit comments