diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e97b2..ecc78b5 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@v2 + uses: codecov/codecov-action@v4 with: files: build/logs/clover.xml