diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81458a2..0b96254 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: php-coveralls --coverage_clover=build/logs/clover.xml -v - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: build/logs/clover.xml