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