@@ -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
@@ -116,15 +116,15 @@ jobs:
116116 run : find . -mindepth 1 -delete
117117 working-directory : ${{ github.workspace }}
118118 - name : Checkout
119- uses : actions/checkout@v3
119+ uses : actions/checkout@v7
120120 with :
121121 submodules : true
122122 fetch-depth : 0
123123
124124 - name : Setup Environment variables
125125 run : if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" -o "3.14" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
126126 - name : Download a wheel accordingly to matrix
127- uses : actions/download-artifact@v4
127+ uses : actions/download-artifact@v8
128128 with :
129129 name : wheel-${{ matrix.platform }}-${{ matrix.manylinux }}-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
130130 path : wheelhouse/
@@ -171,7 +171,7 @@ jobs:
171171 echo "ENABLE_ROLLING=1" >> $GITHUB_ENV
172172 fi
173173 - name : Checkout
174- uses : actions/checkout@v3
174+ uses : actions/checkout@v7
175175 with :
176176 submodules : false
177177 fetch-depth : 0
@@ -193,7 +193,7 @@ jobs:
193193 set -x
194194 echo "skipping tests because of sdist"
195195 - name : saving artifacts
196- uses : actions/upload-artifact@v4
196+ uses : actions/upload-artifact@v7
197197 with :
198198 name : wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
199199 path : dist/opencv*.tar.gz
@@ -207,7 +207,7 @@ jobs:
207207 run :
208208 shell : bash
209209 steps :
210- - uses : actions/download-artifact@v4
210+ - uses : actions/download-artifact@v8
211211 with :
212212 path : wheelhouse/
213213
@@ -237,7 +237,7 @@ jobs:
237237 run :
238238 shell : bash
239239 steps :
240- - uses : actions/download-artifact@v4
240+ - uses : actions/download-artifact@v8
241241 with :
242242 path : wheelhouse/
243243
@@ -256,7 +256,7 @@ jobs:
256256 run :
257257 shell : bash
258258 steps :
259- - uses : actions/download-artifact@v4
259+ - uses : actions/download-artifact@v8
260260 with :
261261 path : wheelhouse/
262262 - name : Upload wheels for opencv_python
0 commit comments