diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ed608715..a6dadaa53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: cd ../../ - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: false