Skip to content

Commit f8398c7

Browse files
Update codecov/codecov-action action to v6 (#92)
1 parent ba3b0c5 commit f8398c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
"${GITHUB_WORKSPACE}/bin/bazel" coverage --nocache_test_results //...
4646
4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v5
48+
uses: codecov/codecov-action@v6
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
files: ./bazel-out/_coverage/_coverage_report.dat

0 commit comments

Comments
 (0)