diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 813e2b5..c6a6fdf 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -64,7 +64,7 @@ jobs: run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml --testsuite=unit - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - name: Validate composer.json and composer.lock working-directory: integration