diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f25efe..521de76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.php == '8.4' && matrix.symfony == '7.4.*' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: build/coverage.xml token: ${{ secrets.CODECOV_TOKEN }}