diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d97a2be..979609a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: if: matrix.symfony-versions - name: Run codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: './coverage.xml' fail_ci_if_error: true