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