From ef39da90eb6dcaa60d12871e10a791dc36570a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:20:55 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c3a006..9c8e857 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -122,7 +122,7 @@ jobs: - name: Upload to Codecov if: steps.check_phpunit.outputs.files_exists == 'true' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: apps/${{ env.APP_NAME }}/tests/coverage/php/unit/clover.xml @@ -160,7 +160,7 @@ jobs: - name: Upload to Codecov if: steps.check_integration.outputs.files_exists == 'true' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: apps/${{ env.APP_NAME }}/tests/coverage/php/integration/clover.xml @@ -266,7 +266,7 @@ jobs: - name: Upload to Codecov if: steps.check_phpunit.outputs.files_exists == 'true' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: apps/${{ env.APP_NAME }}/tests/coverage/php/unit/clover.xml @@ -309,7 +309,7 @@ jobs: - name: Upload to Codecov if: steps.check_integration.outputs.files_exists == 'true' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: apps/${{ env.APP_NAME }}/tests/coverage/php/integration/clover.xml