Skip to content

Commit cc52723

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent c08e0b6 commit cc52723

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

0 commit comments

Comments
 (0)