File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,15 +134,15 @@ jobs:
134134 runs-on : macos-15
135135 steps :
136136 - name : Download artifacts
137- uses : actions/download-artifact@v7
137+ uses : actions/download-artifact@v8
138138 with :
139139 path : test_output
140140
141141 - name : Merge test results
142142 run : xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
143143
144144 - name : Upload merged test results
145- uses : actions/upload-artifact@v6
145+ uses : actions/upload-artifact@v7
146146 with :
147147 name : MergedResult
148148 path : test_output/final
Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ jobs:
102102 runs-on : macos-15
103103 steps :
104104 - name : Download artifacts
105- uses : actions/download-artifact@v7
105+ uses : actions/download-artifact@v8
106106 with :
107107 path : test_output
108108
109109 - name : Merge test results
110110 run : xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
111111
112112 - name : Upload merged test results
113- uses : actions/upload-artifact@v6
113+ uses : actions/upload-artifact@v7
114114 with :
115115 name : MergedResult
116116 path : test_output/final
You can’t perform that action at this time.
0 commit comments