Skip to content

Commit fdc6992

Browse files
authored
Merge pull request #107 from uutils/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents dcd3dfd + 4ff2d6b commit fdc6992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ jobs:
156156
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
157157
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
158158
- name: Upload coverage results (to Codecov.io)
159-
uses: codecov/codecov-action@v4
159+
uses: codecov/codecov-action@v5
160160
with:
161161
token: ${{ secrets.CODECOV_TOKEN }}
162-
file: ${{ steps.coverage.outputs.report }}
162+
files: ${{ steps.coverage.outputs.report }}
163163
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
164164
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
165165
name: codecov-umbrella

0 commit comments

Comments
 (0)