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