From d143e16edea47f5a36bb7dd0a65c0e3bb633786f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:57:58 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- {{ 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 835d3e0..bdc7117 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@v6.0.2 + uses: codecov/codecov-action@v7.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@v6.0.2 + uses: codecov/codecov-action@v7.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@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: {%- raw %} token: ${{ secrets.CODECOV_TOKEN }}