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