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 61
61
run : ./gradlew --no-daemon --info ${{ inputs.task }} koverXmlReport -x :benchmark:benchmark --build-cache
62
62
- name : Upload coverage reports to Codecov
63
63
if : inputs.upload-code-coverage && github.actor != 'dependabot[bot]'
64
- uses : codecov/codecov-action@v4
64
+ uses : codecov/codecov-action@v5
65
65
with :
66
66
token : ${{ secrets.CODECOV_TOKEN }}
67
67
- name : Collect coverage reports
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
path : reports/
107
107
run_id : ${{ github.event.workflow_run.id }}
108
108
- name : Upload coverage reports to Codecov
109
- uses : codecov/codecov-action@v4
109
+ uses : codecov/codecov-action@v5
110
110
with :
111
111
override_branch : ${{ github.event.workflow_run.head_branch }}
112
112
override_commit : ${{ github.event.workflow_run.head_sha }}
You can’t perform that action at this time.
0 commit comments