We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ae9bb commit e1f4022Copy full SHA for e1f4022
.github/workflows/ci.yml
@@ -212,12 +212,12 @@ jobs:
212
runs-on: macos-13
213
steps:
214
- name: Download artifacts
215
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
216
with:
217
path: test_output
218
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
219
- name: Upload Merged Artifact
220
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
221
222
name: MergedResult
223
path: test_output/final
0 commit comments