@@ -71,15 +71,15 @@ jobs:
7171 echo "ENABLE_ROLLING=1" >> $GITHUB_ENV
7272 fi
7373 - name : Checkout
74- uses : actions/checkout@v3
74+ uses : actions/checkout@v7
7575 with :
7676 submodules : false
7777 fetch-depth : 0
7878
7979 - name : Build a package
8080 run : source scripts/build.sh
8181 - name : Saving a wheel accordingly to matrix
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v7
8383 with :
8484 name : wheel-${{ matrix.platform }}-${{ matrix.manylinux }}-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
8585 path : wheelhouse/opencv*.whl
@@ -117,7 +117,7 @@ jobs:
117117 run : find . -mindepth 1 -delete
118118 working-directory : ${{ github.workspace }}
119119 - name : Checkout
120- uses : actions/checkout@v3
120+ uses : actions/checkout@v7
121121 with :
122122 submodules : true
123123 fetch-depth : 0
@@ -134,7 +134,7 @@ jobs:
134134 echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV
135135 fi
136136 - name : Download a wheel accordingly to matrix
137- uses : actions/download-artifact@v4
137+ uses : actions/download-artifact@v8
138138 with :
139139 name : wheel-${{ matrix.platform }}-${{ matrix.manylinux }}-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
140140 path : wheelhouse/
@@ -181,7 +181,7 @@ jobs:
181181 echo "ENABLE_ROLLING=1" >> $GITHUB_ENV
182182 fi
183183 - name : Checkout
184- uses : actions/checkout@v3
184+ uses : actions/checkout@v7
185185 with :
186186 submodules : false
187187 fetch-depth : 0
@@ -203,7 +203,7 @@ jobs:
203203 set -x
204204 echo "skipping tests because of sdist"
205205 - name : saving artifacts
206- uses : actions/upload-artifact@v4
206+ uses : actions/upload-artifact@v7
207207 with :
208208 name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
209209 path : dist/opencv*.tar.gz
@@ -217,7 +217,7 @@ jobs:
217217 run :
218218 shell : bash
219219 steps :
220- - uses : actions/download-artifact@v4
220+ - uses : actions/download-artifact@v8
221221 with :
222222 path : wheelhouse/
223223
@@ -247,7 +247,7 @@ jobs:
247247 run :
248248 shell : bash
249249 steps :
250- - uses : actions/download-artifact@v4
250+ - uses : actions/download-artifact@v8
251251 with :
252252 path : wheelhouse/
253253
@@ -266,7 +266,7 @@ jobs:
266266 run :
267267 shell : bash
268268 steps :
269- - uses : actions/download-artifact@v4
269+ - uses : actions/download-artifact@v8
270270 with :
271271 path : wheelhouse/
272272 - name : Upload wheels for opencv_python
0 commit comments