diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b70945..63d2ee9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: php-coveralls --coverage_clover=build/logs/clover.xml -v - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: build/logs/clover.xml