Skip to content

Commit 62aa42c

Browse files
authored
Update build_wheels_windows.yml
1 parent 02ffc4a commit 62aa42c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,7 @@ jobs:
7272
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
7373
shell: cmd
7474
- name: Saving all wheels
75-
uses: actions/[email protected]
76-
with:
77-
name: wheels
78-
path: wheelhouse/opencv*.whl
79-
- name: Saving a wheel accordingly to matrix
80-
uses: actions/[email protected]
75+
uses: actions/upload-artifact@v4
8176
with:
8277
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
8378
path: wheelhouse/opencv*
@@ -148,9 +143,8 @@ jobs:
148143
run:
149144
shell: bash
150145
steps:
151-
- uses: actions/download-artifact@v3
146+
- uses: actions/download-artifact@v4
152147
with:
153-
name: wheels
154148
path: wheelhouse/
155149
- name: Upload wheels for opencv_python_rolling
156150
run: |
@@ -178,9 +172,8 @@ jobs:
178172
run:
179173
shell: bash
180174
steps:
181-
- uses: actions/download-artifact@v3
175+
- uses: actions/download-artifact@v4
182176
with:
183-
name: wheels
184177
path: wheelhouse/
185178
- name: Upload all wheels
186179
run: |
@@ -196,9 +189,8 @@ jobs:
196189
run:
197190
shell: bash
198191
steps:
199-
- uses: actions/download-artifact@v3
192+
- uses: actions/download-artifact@v4
200193
with:
201-
name: wheels
202194
path: wheelhouse/
203195
- name: Upload wheels for opencv_python
204196
run: |

0 commit comments

Comments
 (0)