File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ jobs:
65
65
- name : Build a package
66
66
run : source scripts/build.sh
67
67
- name : Saving all wheels
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : wheels
71
71
path : wheelhouse/opencv*.whl
72
72
- name : Saving a wheel accordingly to matrix
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
76
76
path : wheelhouse/opencv*.whl
@@ -177,7 +177,7 @@ jobs:
177
177
set -x
178
178
echo "skipping tests because of sdist"
179
179
- name : saving artifacts
180
- uses : actions/upload-artifact@v3
180
+ uses : actions/upload-artifact@v4
181
181
with :
182
182
name : wheels
183
183
path : dist/opencv*.tar.gz
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ jobs:
65
65
- name : Build a package
66
66
run : source scripts/build.sh
67
67
- name : Saving all wheels
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : wheels
71
71
path : wheelhouse/opencv*.whl
72
72
- name : Saving a wheel accordingly to matrix
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
76
76
path : wheelhouse/opencv*.whl
Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ jobs:
86
86
set -x
87
87
build_wheel $REPO_DIR $PLAT
88
88
- name : Saving all wheels
89
- uses : actions/upload-artifact@v3
89
+ uses : actions/upload-artifact@v4
90
90
with :
91
91
name : wheels
92
92
path : wheelhouse/opencv*.whl
93
93
- name : Saving a wheel accordingly to matrix
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
97
97
path : wheelhouse/opencv*.whl
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
59
59
python${{ matrix.python-version }} setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=wheelhouse -v
60
60
delocate-wheel ${{ github.workspace }}/wheelhouse/opencv*
61
61
- name : Saving all wheels
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : wheels
65
65
path : wheelhouse/opencv*.whl
66
66
- name : Saving a wheel accordingly to matrix
67
- uses : actions/upload-artifact@v3
67
+ uses : actions/upload-artifact@v4
68
68
with :
69
69
name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
70
70
path : wheelhouse/opencv*.whl
You can’t perform that action at this time.
0 commit comments