diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index d770bed..0ba5af0 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -49,5 +49,5 @@ jobs: run: vendor/bin/phpunit --coverage-clover=coverage.xml - name: Upload to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.php-version == '8.2' && matrix.symfony-version == '6.4.*'