8181 # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
8282 CXXFLAGS : " -D_LIBCPP_DISABLE_AVAILABILITY"
8383 steps :
84- - uses : actions/checkout@v5
84+ - uses : actions/checkout@v6
8585 with :
8686 fetch-depth : 0
8787 persist-credentials : false
@@ -141,7 +141,7 @@ jobs:
141141 cd
142142 tar czf ~/local.tgz local
143143
144- - uses : actions/upload-artifact@v5
144+ - uses : actions/upload-artifact@v6
145145 with :
146146 name : driver-manager-${{ matrix.os }}
147147 retention-days : 3
@@ -162,7 +162,7 @@ jobs:
162162 # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
163163 CXXFLAGS : " -D_LIBCPP_DISABLE_AVAILABILITY"
164164 steps :
165- - uses : actions/checkout@v5
165+ - uses : actions/checkout@v6
166166 with :
167167 fetch-depth : 0
168168 persist-credentials : false
@@ -219,7 +219,7 @@ jobs:
219219 matrix :
220220 os : ["ubuntu-latest"]
221221 steps :
222- - uses : actions/checkout@v5
222+ - uses : actions/checkout@v6
223223 with :
224224 fetch-depth : 0
225225 persist-credentials : false
@@ -282,7 +282,7 @@ jobs:
282282 name : " clang-tidy"
283283 runs-on : ubuntu-latest
284284 steps :
285- - uses : actions/checkout@v5
285+ - uses : actions/checkout@v6
286286 with :
287287 fetch-depth : 0
288288 persist-credentials : false
@@ -328,7 +328,7 @@ jobs:
328328 # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
329329 CXXFLAGS : " -D_LIBCPP_DISABLE_AVAILABILITY"
330330 steps :
331- - uses : actions/checkout@v5
331+ - uses : actions/checkout@v6
332332 with :
333333 fetch-depth : 0
334334 persist-credentials : false
@@ -357,7 +357,7 @@ jobs:
357357 run : |
358358 sudo sysctl vm.mmap_rnd_bits=28
359359
360- - uses : actions/download-artifact@v6
360+ - uses : actions/download-artifact@v7
361361 with :
362362 name : driver-manager-${{ matrix.os }}
363363 path : " ~"
@@ -400,7 +400,7 @@ jobs:
400400 contents : ' read'
401401 id-token : ' write'
402402 steps :
403- - uses : actions/checkout@v5
403+ - uses : actions/checkout@v6
404404 with :
405405 fetch-depth : 0
406406 persist-credentials : false
@@ -454,7 +454,7 @@ jobs:
454454 contents : ' read'
455455 id-token : ' write'
456456 steps :
457- - uses : actions/checkout@v5
457+ - uses : actions/checkout@v6
458458 with :
459459 fetch-depth : 0
460460 persist-credentials : false
@@ -495,7 +495,7 @@ jobs:
495495 cache : true
496496 cache-dependency-path : go/adbc/go.sum
497497
498- - uses : actions/download-artifact@v6
498+ - uses : actions/download-artifact@v7
499499 with :
500500 name : driver-manager-${{ matrix.os }}
501501 path : " ~"
@@ -534,7 +534,7 @@ jobs:
534534 # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
535535 CXXFLAGS : " -D_LIBCPP_DISABLE_AVAILABILITY"
536536 steps :
537- - uses : actions/checkout@v5
537+ - uses : actions/checkout@v6
538538 with :
539539 fetch-depth : 0
540540 persist-credentials : false
@@ -572,7 +572,7 @@ jobs:
572572 cache : true
573573 cache-dependency-path : go/adbc/go.sum
574574
575- - uses : actions/download-artifact@v6
575+ - uses : actions/download-artifact@v7
576576 with :
577577 name : driver-manager-${{ matrix.os }}
578578 path : " ~"
@@ -654,7 +654,7 @@ jobs:
654654 os : ["ubuntu-latest"]
655655 python : ["3.14"]
656656 steps :
657- - uses : actions/checkout@v5
657+ - uses : actions/checkout@v6
658658 with :
659659 fetch-depth : 0
660660 persist-credentials : false
@@ -683,7 +683,7 @@ jobs:
683683 run : |
684684 sudo sysctl vm.mmap_rnd_bits=28
685685
686- - uses : actions/download-artifact@v6
686+ - uses : actions/download-artifact@v7
687687 with :
688688 name : driver-manager-${{ matrix.os }}
689689 path : " ~"
@@ -705,7 +705,7 @@ jobs:
705705 run : |
706706 ./ci/scripts/docs_build.sh "$(pwd)"
707707 - name : Archive docs
708- uses : actions/upload-artifact@v5
708+ uses : actions/upload-artifact@v6
709709 with :
710710 name : docs
711711 retention-days : 2
0 commit comments