We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ec76d commit 6916381Copy full SHA for 6916381
1 file changed
.github/workflows/ci.yml
@@ -108,14 +108,14 @@ jobs:
108
runs-on: macos-15
109
steps:
110
- name: Download artifacts
111
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
112
with:
113
path: test_output
114
115
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
116
117
- name: Upload merged test results
118
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
119
120
name: MergedTestResults
121
path: test_output/final
0 commit comments