Skip to content

Commit ab4f2dc

Browse files
chore(deps): update github artifact actions
1 parent 71ff0a3 commit ab4f2dc

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
{%- raw %}
7272
xcode_archive_path: test_output/${{ matrix.name }}.xcresult
7373
{%- endraw %}
74-
- uses: actions/upload-artifact@v6
74+
- uses: actions/upload-artifact@v7
7575
with:
7676
{%- raw %}
7777
name: ${{ matrix.name }}
@@ -116,7 +116,7 @@ jobs:
116116
- name: ${{ matrix.name }}
117117
{%- endraw %}
118118
run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "${{ '{{ matrix.destination }}' }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
119-
- uses: actions/upload-artifact@v6
119+
- uses: actions/upload-artifact@v7
120120
with:
121121
{%- raw %}
122122
name: ${{ matrix.name }}
@@ -171,7 +171,7 @@ jobs:
171171
{%- raw %}
172172
xcode_archive_path: test_output/${{ matrix.name }}.xcresult
173173
{%- endraw %}
174-
- uses: actions/upload-artifact@v6
174+
- uses: actions/upload-artifact@v7
175175
with:
176176
{%- raw %}
177177
name: ${{ matrix.name }}
@@ -230,7 +230,7 @@ jobs:
230230
{%- raw %}
231231
xcode_archive_path: test_output/${{ matrix.name }}.xcresult
232232
{%- endraw %}
233-
- uses: actions/upload-artifact@v6
233+
- uses: actions/upload-artifact@v7
234234
with:
235235
{%- raw %}
236236
name: ${{ matrix.name }}
@@ -272,12 +272,12 @@ jobs:
272272
runs-on: macos-13
273273
steps:
274274
- name: Download artifacts
275-
uses: actions/download-artifact@v7
275+
uses: actions/download-artifact@v8
276276
with:
277277
path: test_output
278278
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
279279
- name: Upload Merged Artifact
280-
uses: actions/upload-artifact@v6
280+
uses: actions/upload-artifact@v7
281281
with:
282282
name: MergedResult
283283
path: test_output/final

0 commit comments

Comments
 (0)