diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 4e20659..1687cbc 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -65,7 +65,7 @@ jobs: run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml" - name: "Send code coverage report to codecov.io" - uses: "codecov/codecov-action@v4.0.2" + uses: "codecov/codecov-action@v4.1.0" with: files: ".build/phpunit/logs/clover.xml" token: "${{ secrets.CODECOV_TOKEN }}"