From 7cf05781767a5c069e5a621b544909d68c41a0b1 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 13 Oct 2021 09:54:51 -0700 Subject: [PATCH] .github/workflows: Bump codecov-action to v2 The codecov bash uploader is being replaced (supposedly partially for security reasons, but it seems maintenance reasons are the real goal). https://about.codecov.io/blog/codecov-uploader-deprecation-plan/ v1 uses the bash uploader. v2 uses the new uploader. The bash uploader will begin seeing brownouts soon. --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 99177462ef8..ea883a77b04 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