From 38c513382911eb3f0e75051fca4c81283b19f406 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:36:42 +0000 Subject: [PATCH 1/2] Roll back codecov/codecov-action action to v4-beta | datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v4 | v4 | --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9c56176..799d3de 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ jobs: ini-values: pcov.enabled=1 - uses: "ramsey/composer-install@2.2.0" - run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v4-beta with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml From 0bb8efc7ab1e1ac72189f345ac19906cd80b8656 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 19 Sep 2023 08:55:41 +0100 Subject: [PATCH 2/2] Rollback Codecov action to v3 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 799d3de..ef82ce4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ jobs: ini-values: pcov.enabled=1 - uses: "ramsey/composer-install@2.2.0" - run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml - - uses: codecov/codecov-action@v4-beta + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml