File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
shell : bash
108
108
109
109
- name : Upload artifacts
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
name : native-${{ matrix.target }}
113
113
path : dist/native/${{ matrix.target }}/
@@ -177,7 +177,7 @@ jobs:
177
177
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
178
178
179
179
- name : Store artifacts for manual download
180
- uses : actions/upload-artifact@v3
180
+ uses : actions/upload-artifact@v4
181
181
with :
182
182
name : all-native-binaries
183
183
path : dist/*.tar.gz
Original file line number Diff line number Diff line change 96
96
JEST_INTEGRATION_MODE : ' true'
97
97
98
98
- name : Upload integration test results
99
- uses : actions/upload-artifact@v3
99
+ uses : actions/upload-artifact@v4
100
100
if : always()
101
101
with :
102
102
name : integration-test-results
@@ -159,7 +159,7 @@ jobs:
159
159
timeout-minutes : 30
160
160
161
161
- name : Upload E2E test results
162
- uses : actions/upload-artifact@v3
162
+ uses : actions/upload-artifact@v4
163
163
if : always()
164
164
with :
165
165
name : e2e-test-results
@@ -211,7 +211,7 @@ jobs:
211
211
CI : true
212
212
213
213
- name : Upload benchmark results
214
- uses : actions/upload-artifact@v3
214
+ uses : actions/upload-artifact@v4
215
215
with :
216
216
name : benchmark-results
217
217
path : benchmark-results/
You can’t perform that action at this time.
0 commit comments