We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1456227 commit 80d60ccCopy full SHA for 80d60cc
1 file changed
.github/workflows/ci.yml
@@ -96,14 +96,14 @@ jobs:
96
runs-on: macos-15
97
steps:
98
- name: Download artifacts
99
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
100
with:
101
path: test_output
102
103
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
104
105
- name: Upload merged test results
106
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
107
108
name: MergedResult
109
path: test_output/final
0 commit comments