diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e602292..f16b984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,6 @@ jobs: run: | vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2.0.2 with: fail_ci_if_error: false