Skip to content

Commit 5cdf58f

Browse files
authored
Merge pull request #84 from uutils/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents ce6cdaa + 49e54f7 commit 5cdf58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ jobs:
196196
report=${COVERAGE_REPORT_FILE}
197197
outputs report
198198
- name: Upload coverage results (to Codecov.io)
199-
uses: codecov/codecov-action@v4
199+
uses: codecov/codecov-action@v5
200200
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
201201
with:
202202
token: ${{ secrets.CODECOV_TOKEN }}
203-
file: ${{ steps.coverage.outputs.report }}
203+
files: ${{ steps.coverage.outputs.report }}
204204
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
205205
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
206206
name: codecov-umbrella

0 commit comments

Comments
 (0)