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 2551b88 commit f6e1d04Copy full SHA for f6e1d04
.github/workflows/ci.yml
@@ -85,12 +85,12 @@ jobs:
85
runs-on: macos-13
86
steps:
87
- name: Download artifacts
88
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
89
with:
90
path: test_output
91
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
92
- name: Upload Merged Artifact
93
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
94
95
name: MergedResult
96
path: test_output/final
0 commit comments