diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a729ace..b058c2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,6 @@ jobs: run: ./vendor/bin/phpunit --coverage-clover coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage.xml