From b945ec0dcdde10e5f14e99a1f19044917c457df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:43:43 +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 7c76c7c..3c55891 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