diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91c54862..fac01bed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: - name: Code Coverage Report if: success() && matrix.php-version == '8.1' && matrix.db-type == 'mysql' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 testsuite-windows: runs-on: windows-2022 @@ -195,7 +195,7 @@ jobs: vendor/bin/phpunit --coverage-clover=coverage.xml - name: Submit code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 cs-stan: uses: cakephp/.github/.github/workflows/cs-stan.yml@5.x