diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c0a1ce..2eda234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: run: vendor/bin/phpstan analyze --memory-limit 4G - name: Execute tests (Unit and Feature tests) via PHPUnit run: vendor/bin/phpunit --exclude-group Docker --coverage-clover coverage.xml - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.1.4 with: file: coverage.xml