Skip to content

Commit

Permalink
.github/workflows: Bump codecov-action to v2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ejona86 committed Oct 13, 2021
1 parent 9266174 commit 7cf0578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -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

0 comments on commit 7cf0578

Please sign in to comment.