Skip to content

Commit 81b57ad

Browse files
authored
Update build_wheels_windows.yml
1 parent d509950 commit 81b57ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ 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/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: wheels
7878
path: wheelhouse/opencv*.whl
7979
- name: Saving a wheel accordingly to matrix
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
8383
path: wheelhouse/opencv*
@@ -118,7 +118,7 @@ jobs:
118118
python-version: ${{ matrix.python-version }}
119119
architecture: ${{ matrix.platform }}
120120
- name: Download a wheel accordingly to matrix
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4
122122
with:
123123
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
124124
path: wheelhouse/
@@ -148,7 +148,7 @@ jobs:
148148
run:
149149
shell: bash
150150
steps:
151-
- uses: actions/download-artifact@v3
151+
- uses: actions/download-artifact@v4
152152
with:
153153
name: wheels
154154
path: wheelhouse/
@@ -178,7 +178,7 @@ jobs:
178178
run:
179179
shell: bash
180180
steps:
181-
- uses: actions/download-artifact@v3
181+
- uses: actions/download-artifact@v4
182182
with:
183183
name: wheels
184184
path: wheelhouse/
@@ -196,7 +196,7 @@ jobs:
196196
run:
197197
shell: bash
198198
steps:
199-
- uses: actions/download-artifact@v3
199+
- uses: actions/download-artifact@v4
200200
with:
201201
name: wheels
202202
path: wheelhouse/

0 commit comments

Comments
 (0)