File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 72
72
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
73
73
shell : cmd
74
74
- name : Saving all wheels
75
-
76
- with :
77
- name : wheels
78
- path : wheelhouse/opencv*.whl
79
- - name : Saving a wheel accordingly to matrix
80
-
75
+ uses : actions/upload-artifact@v4
81
76
with :
82
77
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
83
78
path : wheelhouse/opencv*
@@ -148,9 +143,8 @@ jobs:
148
143
run :
149
144
shell : bash
150
145
steps :
151
- - uses : actions/download-artifact@v3
146
+ - uses : actions/download-artifact@v4
152
147
with :
153
- name : wheels
154
148
path : wheelhouse/
155
149
- name : Upload wheels for opencv_python_rolling
156
150
run : |
@@ -178,9 +172,8 @@ jobs:
178
172
run :
179
173
shell : bash
180
174
steps :
181
- - uses : actions/download-artifact@v3
175
+ - uses : actions/download-artifact@v4
182
176
with :
183
- name : wheels
184
177
path : wheelhouse/
185
178
- name : Upload all wheels
186
179
run : |
@@ -196,9 +189,8 @@ jobs:
196
189
run :
197
190
shell : bash
198
191
steps :
199
- - uses : actions/download-artifact@v3
192
+ - uses : actions/download-artifact@v4
200
193
with :
201
- name : wheels
202
194
path : wheelhouse/
203
195
- name : Upload wheels for opencv_python
204
196
run : |
You can’t perform that action at this time.
0 commit comments