diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e8f5a600bcc..3e12ebdc8df 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -126,7 +126,7 @@ jobs: - run: | cat ./*profile.out | grep -v "mode: set" >> coverage.txt if: env.GIT_DIFF - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.0.0 with: file: ./coverage.txt if: env.GIT_DIFF