Skip to content

Commit ee46c39

Browse files
authored
Merge pull request #32 from uutils/renovate/codecov-codecov-action-4.x
chore(deps): update codecov/codecov-action action to v4
2 parents 15fc61c + 5c211cf commit ee46c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --branch --ignore build.rs --ignore "vendor/*" --ignore "/*" --ignore "[a-zA-Z]:/*" --excl-br-line "^\s*((debug_)?assert(_eq|_ne)?!|#\[derive\()"
138138
echo "name=report::${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
139139
- name: Upload coverage results (to Codecov.io)
140-
uses: codecov/codecov-action@v3
140+
uses: codecov/codecov-action@v4
141141
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
142142
with:
143143
# token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)