diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 325305e4f5e4..af22634404ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -164,7 +164,7 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: env.GIT_DIFF - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.1.1 with: file: ./coverage.txt if: env.GIT_DIFF