diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index aa9afc52..931514f0 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -117,7 +117,7 @@ jobs: run: "vendor/bin/phpunit --colors=always --configuration=test/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.5" with: files: ".build/phpunit/logs/clover.xml" token: "${{ secrets.CODECOV_TOKEN }}"