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