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