Skip to content

Commit e1f4022

Browse files
chore(deps): update github artifact actions
1 parent b1ae9bb commit e1f4022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ jobs:
212212
runs-on: macos-13
213213
steps:
214214
- name: Download artifacts
215-
uses: actions/download-artifact@v4
215+
uses: actions/download-artifact@v6
216216
with:
217217
path: test_output
218218
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
219219
- name: Upload Merged Artifact
220-
uses: actions/upload-artifact@v4
220+
uses: actions/upload-artifact@v5
221221
with:
222222
name: MergedResult
223223
path: test_output/final

0 commit comments

Comments
 (0)