File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 echo ${{ github.event_name }}
190190
191191 - name : Upload coverage to Codecov
192- uses : codecov/codecov-action@v4
192+ uses : codecov/codecov-action@v5
193193 with :
194194 fail_ci_if_error : true
195195 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 7777 echo ${{ github.event_name }}
7878
7979 - name : Upload coverage to Codecov
80- uses : codecov/codecov-action@v4
80+ uses : codecov/codecov-action@v5
8181 with :
8282 fail_ci_if_error : true
8383 # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
Original file line number Diff line number Diff line change 6666 echo ${{ github.event_name }}
6767
6868 - name : Upload coverage to Codecov
69- uses : codecov/codecov-action@v4
69+ uses : codecov/codecov-action@v5
7070 with :
7171 fail_ci_if_error : true
7272 # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
You can’t perform that action at this time.
0 commit comments