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

This commit is contained in:
renovate[bot]
2024-11-16 07:49:05 +00:00
committed by GitHub
parent dcd3dfd6e0
commit 39e092488b
+1 -1
View File
@@ -156,7 +156,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@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.coverage.outputs.report }}