2525 options : --user root
2626
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 with :
3030 submodules : true
3131
@@ -188,7 +188,7 @@ jobs:
188188 cmake --build src/build -j
189189 cp src/build/OpenCvSharpExtern/libOpenCvSharpExtern.so ${GITHUB_WORKSPACE}/libOpenCvSharpExtern.so
190190
191- - uses : actions/upload-artifact@v6
191+ - uses : actions/upload-artifact@v7
192192 with :
193193 name : libOpenCvSharpExtern-full
194194 path : libOpenCvSharpExtern.so
@@ -205,7 +205,7 @@ jobs:
205205 options : --user root
206206
207207 steps :
208- - uses : actions/checkout@v6
208+ - uses : actions/checkout@v7
209209 with :
210210 submodules : true
211211
@@ -275,7 +275,7 @@ jobs:
275275 cmake --build src/build-slim -j
276276 cp src/build-slim/OpenCvSharpExtern/libOpenCvSharpExtern.so ${GITHUB_WORKSPACE}/libOpenCvSharpExtern-slim.so
277277
278- - uses : actions/upload-artifact@v6
278+ - uses : actions/upload-artifact@v7
279279 with :
280280 name : libOpenCvSharpExtern-slim
281281 path : libOpenCvSharpExtern-slim.so
@@ -289,18 +289,18 @@ jobs:
289289 runs-on : ubuntu-24.04
290290
291291 steps :
292- - uses : actions/checkout@v6
292+ - uses : actions/checkout@v7
293293 with :
294294 submodules : false
295295
296296 - name : Download full artifact
297- uses : actions/download-artifact@v6
297+ uses : actions/download-artifact@v8
298298 with :
299299 name : libOpenCvSharpExtern-full
300300 path : nuget/
301301
302302 - name : Download slim artifact
303- uses : actions/download-artifact@v6
303+ uses : actions/download-artifact@v8
304304 with :
305305 name : libOpenCvSharpExtern-slim
306306 path : nuget-slim/
@@ -328,7 +328,7 @@ jobs:
328328 gcc -I./ -L./ test.c -o test -lOpenCvSharpExtern
329329 LD_LIBRARY_PATH=. ./test
330330
331- - uses : actions/upload-artifact@v6
331+ - uses : actions/upload-artifact@v7
332332 with :
333333 name : test-results-manylinux
334334 path : test/OpenCvSharp.Tests/bin/Release/net10.0/test-results.trx
@@ -343,16 +343,16 @@ jobs:
343343 runs-on : ubuntu-24.04
344344
345345 steps :
346- - uses : actions/checkout@v6
346+ - uses : actions/checkout@v7
347347
348348 - name : Download full artifact
349- uses : actions/download-artifact@v6
349+ uses : actions/download-artifact@v8
350350 with :
351351 name : libOpenCvSharpExtern-full
352352 path : /tmp/so-full/
353353
354354 - name : Download slim artifact
355- uses : actions/download-artifact@v6
355+ uses : actions/download-artifact@v8
356356 with :
357357 name : libOpenCvSharpExtern-slim
358358 path : /tmp/so-slim/
@@ -382,7 +382,7 @@ jobs:
382382
383383 ls ${GITHUB_WORKSPACE}/artifacts
384384
385- - uses : actions/upload-artifact@v6
385+ - uses : actions/upload-artifact@v7
386386 with :
387387 name : nuget-packages-manylinux
388388 path : artifacts
0 commit comments