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