File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
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/
You can’t perform that action at this time.
0 commit comments