diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd8cb6bb53..9728ac366f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,7 +89,7 @@ jobs: run: bazel coverage $(bazel query "src/test/..." | grep "Test$") --combined_report=lcov - name: Upload Code Coverage Report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: name: actions ${{ matrix.java }} files: ./bazel-out/_coverage/_coverage_report.dat