Skip to content

Commit 1a8d7f9

Browse files
chore(deps): update codecov/codecov-action action to v7 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53599cc commit 1a8d7f9

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
@@ -127,7 +127,7 @@ jobs:
127127
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
128128
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
129129
- name: Upload coverage results (to Codecov.io)
130-
uses: codecov/codecov-action@v6
130+
uses: codecov/codecov-action@v7
131131
with:
132132
token: ${{ secrets.CODECOV_TOKEN }}
133133
files: ${{ steps.coverage.outputs.report }}

0 commit comments

Comments
 (0)