File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,15 +136,15 @@ jobs:
136136 runs-on : macos-15
137137 steps :
138138 - name : Download artifacts
139- uses : actions/download-artifact@v6
139+ uses : actions/download-artifact@v7
140140 with :
141141 path : test_output
142142
143143 - name : Merge test results
144144 run : xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
145145
146146 - name : Upload merged test results
147- uses : actions/upload-artifact@v5
147+ uses : actions/upload-artifact@v6
148148 with :
149149 name : MergedResult
150150 path : test_output/final
Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ jobs:
103103 runs-on : macos-15
104104 steps :
105105 - name : Download artifacts
106- uses : actions/download-artifact@v6
106+ uses : actions/download-artifact@v7
107107 with :
108108 path : test_output
109109
110110 - name : Merge test results
111111 run : xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
112112
113113 - name : Upload merged test results
114- uses : actions/upload-artifact@v5
114+ uses : actions/upload-artifact@v6
115115 with :
116116 name : MergedResult
117117 path : test_output/final
You can’t perform that action at this time.
0 commit comments