We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e02152 commit e967dbbCopy full SHA for e967dbb
1 file changed
.github/workflows/ci.yml
@@ -139,14 +139,14 @@ jobs:
139
runs-on: macos-15
140
steps:
141
- name: Download artifacts
142
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
143
with:
144
path: test_output
145
146
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
147
148
- name: Upload merged test results
149
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
150
151
name: MergedTestResults
152
path: test_output/final
0 commit comments