diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3d340cbe..47c3a3962 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.0 + - uses: codecov/codecov-action@v4.3.1 with: file: ./coverage.txt # optional fail_ci_if_error: true