Skip to content

Commit 4468b75

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent 790ef1e commit 4468b75

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
@@ -138,7 +138,7 @@ jobs:
138138
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\()"
139139
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
140140
- name: Upload coverage results (to Codecov.io)
141-
uses: codecov/codecov-action@v3
141+
uses: codecov/codecov-action@v4
142142
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
143143
with:
144144
# token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)