sebastianbergmann / php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.
BSD 3-Clause "New" or "Revised" License
8.81k stars 373 forks source link

Update `codecov/codecov-action@v3` to `codecov/codecov-action@v4` #1034

Closed sebastianbergmann closed 3 months ago

sebastianbergmann commented 6 months ago

codecov/codecov-action@v3 uses Node.js 16 which is deprecated (see https://github.com/sebastianbergmann/php-code-coverage/actions/runs/8264610955).

Replacing v3 with v4, which IIRC is all that was needed to update this for PHPUnit itself, did not work (see https://github.com/sebastianbergmann/php-code-coverage/commit/1b67fd76b02bbb329d68766d25ac8a0313b72da5).

sebastianbergmann commented 6 months ago

@localheinz Can you have a look, please? Thanks!