diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d2fe1dd..0675dbb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: - name: Run tests run: vendor/bin/phpunit --coverage-clover=coverage.xml - name: Upload code coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: './coverage.xml' fail_ci_if_error: true