chore(deps): update codecov/codecov-action action to v6

This commit is contained in:
renovate[bot]
2026-03-26 16:51:19 +00:00
committed by Daniel Hofstetter
parent 23890b6c94
commit 8aa2a2cb7c
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
- name: Upload coverage results (to Codecov.io)
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ steps.coverage.outputs.report }}