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 d27a64d commit ddddf78Copy full SHA for ddddf78
.github/workflows/flare.yml
@@ -205,7 +205,7 @@ jobs:
205
runs-on: macos-15
206
steps:
207
- name: Download artifacts
208
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
209
with:
210
path: test_output
211
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
.github/workflows/flare_ui.yml
@@ -236,7 +236,7 @@ jobs:
236
237
238
239
240
241
242
0 commit comments