We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b81ee4 commit 5bcf56aCopy full SHA for 5bcf56a
.github/workflows/ci.yml
@@ -85,12 +85,12 @@ jobs:
85
runs-on: macos-15
86
steps:
87
- name: Download artifacts
88
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
89
with:
90
path: test_output
91
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
92
- name: Upload Merged Artifact
93
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
94
95
name: MergedResult
96
path: test_output/final
0 commit comments