Skip to content

Commit def6a7b

Browse files
chore(deps): update github artifact actions (#154)
1 parent 6a0f545 commit def6a7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/flare-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ jobs:
136136
runs-on: macos-15
137137
steps:
138138
- name: Download artifacts
139-
uses: actions/download-artifact@v6
139+
uses: actions/download-artifact@v7
140140
with:
141141
path: test_output
142142

143143
- name: Merge test results
144144
run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
145145

146146
- name: Upload merged test results
147-
uses: actions/upload-artifact@v5
147+
uses: actions/upload-artifact@v6
148148
with:
149149
name: MergedResult
150150
path: test_output/final

.github/workflows/flare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ jobs:
103103
runs-on: macos-15
104104
steps:
105105
- name: Download artifacts
106-
uses: actions/download-artifact@v6
106+
uses: actions/download-artifact@v7
107107
with:
108108
path: test_output
109109

110110
- name: Merge test results
111111
run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
112112

113113
- name: Upload merged test results
114-
uses: actions/upload-artifact@v5
114+
uses: actions/upload-artifact@v6
115115
with:
116116
name: MergedResult
117117
path: test_output/final

0 commit comments

Comments
 (0)