Skip to content

Commit 6451260

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent 23890b6 commit 6451260

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
@@ -167,7 +167,7 @@ jobs:
167167
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
168168
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
169169
- name: Upload coverage results (to Codecov.io)
170-
uses: codecov/codecov-action@v5
170+
uses: codecov/codecov-action@v6
171171
with:
172172
token: ${{ secrets.CODECOV_TOKEN }}
173173
files: ${{ steps.coverage.outputs.report }}

0 commit comments

Comments
 (0)