Skip to content

Commit 78a7c69

Browse files
chore(deps): update codecov/codecov-action action to v5.5.4
1 parent d153433 commit 78a7c69

File tree

1 file changed

+3
-3
lines changed
  • {{ cookiecutter.name | lower }}/.github/workflows

1 file changed

+3
-3
lines changed

{{ cookiecutter.name | lower }}/.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
{%- endraw %}
6363
run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
6464
- name: Upload coverage reports to Codecov
65-
uses: codecov/codecov-action@v5.5.3
65+
uses: codecov/codecov-action@v5.5.4
6666
with:
6767
{%- raw %}
6868
token: ${{ secrets.CODECOV_TOKEN }}
@@ -162,7 +162,7 @@ jobs:
162162
{%- endraw %}
163163
run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination ${{ '{{ matrix.destination }}' }} clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
164164
- name: Upload coverage reports to Codecov
165-
uses: codecov/codecov-action@v5.5.3
165+
uses: codecov/codecov-action@v5.5.4
166166
with:
167167
{%- raw %}
168168
token: ${{ secrets.CODECOV_TOKEN }}
@@ -221,7 +221,7 @@ jobs:
221221
{%- endraw %}
222222
run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "${{ '{{ matrix.destination }}' }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
223223
- name: Upload coverage reports to Codecov
224-
uses: codecov/codecov-action@v5.5.3
224+
uses: codecov/codecov-action@v5.5.4
225225
with:
226226
{%- raw %}
227227
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)