We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470d745 commit f5cd692Copy full SHA for f5cd692
.github/workflows/ci.yml
@@ -101,14 +101,14 @@ jobs:
101
runs-on: macos-15
102
steps:
103
- name: Download artifacts
104
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
105
with:
106
path: test_output
107
108
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
109
110
- name: Upload merged test results
111
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
112
113
name: MergedTestResults
114
path: test_output/final
0 commit comments