From 324bceaf1a86dccb7bd6bc408475624a4f241235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:42:03 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 | datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v3 | v4 | --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 76dd72d..099ab07 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -241,7 +241,7 @@ jobs: run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml.dist --coverage-clover=.build/phpunit/logs/clover.xml" - name: "Send code coverage report to codecov.io" - uses: "codecov/codecov-action@v3" + uses: "codecov/codecov-action@v4" with: files: ".build/phpunit/logs/clover.xml" token: "${{ secrets.CODECOV_TOKEN }}"