File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 - name : 🚀 Publish Codecov Coverage
171171 if : always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
172172 continue-on-error : true
173- uses : codecov/codecov-action@v5.5.4
173+ uses : codecov/codecov-action@v6.0.0
174174 with :
175175 name : ' actions'
176176 token : ' ${{ secrets.CODECOV_TOKEN }}'
Original file line number Diff line number Diff line change 1717 run : echo "$GITHUB_CONTEXT"
1818
1919 - name : Download artifact
20- uses : dawidd6/action-download-artifact@v18
20+ uses : dawidd6/action-download-artifact@v19
2121 if : github.event.workflow_run.conclusion == 'success'
2222 with :
2323 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments