diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 99177462ef..ea883a77b0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -60,4 +60,4 @@ jobs: if: matrix.jre == 8 # Upload once, instead of for each job in the matrix run: ./gradlew :grpc-all:coveralls -x compileJava - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2