diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8b7d340b6..6ac3a738e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -127,7 +127,7 @@ jobs: - run: | cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt if: env.GIT_DIFF - - uses: codecov/codecov-action@v2.0.3 + - uses: codecov/codecov-action@v2.1.0 with: file: ./coverage.txt if: env.GIT_DIFF