.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.
This commit is contained in:
Eric Anderson 2021-10-13 09:54:51 -07:00
parent 9266174812
commit 7cf0578176
1 changed files with 1 additions and 1 deletions

View File

@ -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