@@ -72,12 +72,12 @@ jobs:
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
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : wheels
78
78
path : wheelhouse/opencv*.whl
79
79
- name : Saving a wheel accordingly to matrix
80
- uses : actions/upload-artifact@v3
80
+ uses : actions/upload-artifact@v4
81
81
with :
82
82
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
83
83
path : wheelhouse/opencv*
@@ -118,7 +118,7 @@ jobs:
118
118
python-version : ${{ matrix.python-version }}
119
119
architecture : ${{ matrix.platform }}
120
120
- name : Download a wheel accordingly to matrix
121
- uses : actions/download-artifact@v3
121
+ uses : actions/download-artifact@v4
122
122
with :
123
123
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
124
124
path : wheelhouse/
@@ -148,7 +148,7 @@ jobs:
148
148
run :
149
149
shell : bash
150
150
steps :
151
- - uses : actions/download-artifact@v3
151
+ - uses : actions/download-artifact@v4
152
152
with :
153
153
name : wheels
154
154
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/
@@ -196,7 +196,7 @@ jobs:
196
196
run :
197
197
shell : bash
198
198
steps :
199
- - uses : actions/download-artifact@v3
199
+ - uses : actions/download-artifact@v4
200
200
with :
201
201
name : wheels
202
202
path : wheelhouse/
0 commit comments