Skip to content

Commit 39e0924

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent dcd3dfd commit 39e0924

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
@@ -156,7 +156,7 @@ 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 }}
162162
file: ${{ steps.coverage.outputs.report }}

0 commit comments

Comments
 (0)