diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9258817f62..ca90fdb6ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done - - uses: codecov/codecov-action@v3.0.0 + - uses: codecov/codecov-action@v3.1.1 with: file: ./coverage.txt # optional fail_ci_if_error: true