Skip to content

Commit ddddf78

Browse files
Bump actions/download-artifact from 4 to 6 (#125)
1 parent d27a64d commit ddddf78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: macos-15
206206
steps:
207207
- name: Download artifacts
208-
uses: actions/download-artifact@v4
208+
uses: actions/download-artifact@v6
209209
with:
210210
path: test_output
211211
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult

.github/workflows/flare_ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
runs-on: macos-15
237237
steps:
238238
- name: Download artifacts
239-
uses: actions/download-artifact@v4
239+
uses: actions/download-artifact@v6
240240
with:
241241
path: test_output
242242
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult

0 commit comments

Comments
 (0)