Skip to content

Commit 02ffc4a

Browse files
authored
Update build_wheels_windows.yml
1 parent 5da97ac commit 02ffc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 2 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@v3.1.3
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@v3.1.3
8181
with:
8282
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
8383
path: wheelhouse/opencv*

0 commit comments

Comments
 (0)