diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 511fc2ea..7f6147fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - name: Code Coverage Report if: success() && matrix.php-version == '7.4' && matrix.db-type == 'mysql' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 testsuite-windows: runs-on: windows-2019