From d646975481f7fcedbdc2de067121ca32663e2106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:09:55 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- {{ cookiecutter.name | lower }}/.github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml b/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml index e940461..125236d 100644 --- a/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml +++ b/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: {%- endraw %} run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.4 + uses: codecov/codecov-action@v6.0.0 with: {%- raw %} token: ${{ secrets.CODECOV_TOKEN }} @@ -162,7 +162,7 @@ jobs: {%- endraw %} run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination ${{ '{{ matrix.destination }}' }} clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.4 + uses: codecov/codecov-action@v6.0.0 with: {%- raw %} token: ${{ secrets.CODECOV_TOKEN }} @@ -221,7 +221,7 @@ jobs: {%- endraw %} run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "${{ '{{ matrix.destination }}' }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.4 + uses: codecov/codecov-action@v6.0.0 with: {%- raw %} token: ${{ secrets.CODECOV_TOKEN }}