Skip to content

Commit db6ceff

Browse files
chore(deps): update github artifact actions
1 parent 5faacd1 commit db6ceff

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
@@ -134,15 +134,15 @@ jobs:
134134
runs-on: macos-15
135135
steps:
136136
- name: Download artifacts
137-
uses: actions/download-artifact@v7
137+
uses: actions/download-artifact@v8
138138
with:
139139
path: test_output
140140

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

144144
- name: Upload merged test results
145-
uses: actions/upload-artifact@v6
145+
uses: actions/upload-artifact@v7
146146
with:
147147
name: MergedResult
148148
path: test_output/final

.github/workflows/flare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ jobs:
102102
runs-on: macos-15
103103
steps:
104104
- name: Download artifacts
105-
uses: actions/download-artifact@v7
105+
uses: actions/download-artifact@v8
106106
with:
107107
path: test_output
108108

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

112112
- name: Upload merged test results
113-
uses: actions/upload-artifact@v6
113+
uses: actions/upload-artifact@v7
114114
with:
115115
name: MergedResult
116116
path: test_output/final

0 commit comments

Comments
 (0)