File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- name : Setup Environment variables
104
104
run : if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
105
105
- name : Download a wheel accordingly to matrix
106
- uses : actions/download-artifact@v3
106
+ uses : actions/download-artifact@v4
107
107
with :
108
108
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
109
109
path : wheelhouse/
@@ -174,7 +174,7 @@ jobs:
174
174
- name : saving artifacts
175
175
uses : actions/upload-artifact@v4
176
176
with :
177
- name : wheels
177
+ name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
178
178
path : dist/opencv*.tar.gz
179
179
180
180
Release_rolling :
@@ -186,7 +186,7 @@ jobs:
186
186
run :
187
187
shell : bash
188
188
steps :
189
- - uses : actions/download-artifact@v3
189
+ - uses : actions/download-artifact@v4
190
190
with :
191
191
name : wheels
192
192
path : wheelhouse/
@@ -216,7 +216,7 @@ jobs:
216
216
run :
217
217
shell : bash
218
218
steps :
219
- - uses : actions/download-artifact@v3
219
+ - uses : actions/download-artifact@v4
220
220
with :
221
221
name : wheels
222
222
path : wheelhouse/
@@ -234,7 +234,7 @@ jobs:
234
234
run :
235
235
shell : bash
236
236
steps :
237
- - uses : actions/download-artifact@v3
237
+ - uses : actions/download-artifact@v4
238
238
with :
239
239
name : wheels
240
240
path : wheelhouse/
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
- name : Setup Environment variables
106
106
run : if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
107
107
- name : Download a wheel accordingly to matrix
108
- uses : actions/download-artifact@v3
108
+ uses : actions/download-artifact@v4
109
109
with :
110
110
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
111
111
path : wheelhouse/
@@ -121,7 +121,7 @@ jobs:
121
121
run :
122
122
shell : bash
123
123
steps :
124
- - uses : actions/download-artifact@v3
124
+ - uses : actions/download-artifact@v4
125
125
with :
126
126
name : wheels
127
127
path : wheelhouse/
@@ -151,7 +151,7 @@ jobs:
151
151
run :
152
152
shell : bash
153
153
steps :
154
- - uses : actions/download-artifact@v3
154
+ - uses : actions/download-artifact@v4
155
155
with :
156
156
name : wheels
157
157
path : wheelhouse/
@@ -169,7 +169,7 @@ jobs:
169
169
run :
170
170
shell : bash
171
171
steps :
172
- - uses : actions/download-artifact@v3
172
+ - uses : actions/download-artifact@v4
173
173
with :
174
174
name : wheels
175
175
path : wheelhouse/
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
- name : Setup Environment variables
137
137
run : if ["3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
138
138
- name : Download a wheel accordingly to matrix
139
- uses : actions/download-artifact@v3
139
+ uses : actions/download-artifact@v4
140
140
with :
141
141
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
142
142
path : wheelhouse/
@@ -164,7 +164,7 @@ jobs:
164
164
run :
165
165
shell : bash
166
166
steps :
167
- - uses : actions/download-artifact@v3
167
+ - uses : actions/download-artifact@v4
168
168
with :
169
169
name : wheels
170
170
path : wheelhouse/
@@ -194,7 +194,7 @@ jobs:
194
194
run :
195
195
shell : bash
196
196
steps :
197
- - uses : actions/download-artifact@v3
197
+ - uses : actions/download-artifact@v4
198
198
with :
199
199
name : wheels
200
200
path : wheelhouse/
@@ -212,7 +212,7 @@ jobs:
212
212
run :
213
213
shell : bash
214
214
steps :
215
- - uses : actions/download-artifact@v3
215
+ - uses : actions/download-artifact@v4
216
216
with :
217
217
name : wheels
218
218
path : wheelhouse/
Original file line number Diff line number Diff line change 94
94
submodules : true
95
95
fetch-depth : 0
96
96
- name : Download a wheel accordingly to matrix
97
- uses : actions/download-artifact@v3
97
+ uses : actions/download-artifact@v4
98
98
with :
99
99
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
100
100
path : wheelhouse/
@@ -130,7 +130,7 @@ jobs:
130
130
run :
131
131
shell : bash
132
132
steps :
133
- - uses : actions/download-artifact@v3
133
+ - uses : actions/download-artifact@v4
134
134
with :
135
135
name : wheels
136
136
path : wheelhouse/
@@ -160,7 +160,7 @@ jobs:
160
160
run :
161
161
shell : bash
162
162
steps :
163
- - uses : actions/download-artifact@v3
163
+ - uses : actions/download-artifact@v4
164
164
with :
165
165
name : wheels
166
166
path : wheelhouse/
@@ -178,7 +178,7 @@ jobs:
178
178
run :
179
179
shell : bash
180
180
steps :
181
- - uses : actions/download-artifact@v3
181
+ - uses : actions/download-artifact@v4
182
182
with :
183
183
name : wheels
184
184
path : wheelhouse/
You can’t perform that action at this time.
0 commit comments