From fa1b3397a56f271b61f47f6df720011feea36384 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Jan 2022 21:24:40 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d072c0f66..8df90294de 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