diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29cfb60fb377..5ffe967e455d 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@v1.5.2 + - uses: codecov/codecov-action@v3 with: file: ./coverage.txt if: env.GIT_DIFF