diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b62efbb25..0ed43e3b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: cd ../../ - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml fail_ci_if_error: true