Skip to content

Commit 2923338

Browse files
Merge branch 'uutils:main' into cSpell_config
2 parents 2661f9b + 8aa2a2c commit 2923338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
170170
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
171171
- name: Upload coverage results (to Codecov.io)
172-
uses: codecov/codecov-action@v5
172+
uses: codecov/codecov-action@v6
173173
with:
174174
token: ${{ secrets.CODECOV_TOKEN }}
175175
files: ${{ steps.coverage.outputs.report }}

0 commit comments

Comments
 (0)