diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index fff669cf..36013abf 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -54,7 +54,7 @@ jobs: - run: bazel coverage --instrument_test_targets --collect_code_coverage --combined_report=lcov --test_output=all //... - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: directory: ./bazel-out/_coverage