diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2eaa34a..4b522bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,6 +63,6 @@ jobs: - name: Run tests run: bin/phpunit --coverage-clover=build/coverage-report.xml - name: Upload code coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: build/coverage-report.xml