4343 if : github.actor != 'restyled-io[bot]'
4444
4545 container :
46- image : ghcr.io/project-chip/chip-build:169
46+ image : ghcr.io/project-chip/chip-build:174
4747 volumes :
4848 - " /:/runner-root-volume"
4949 - " /tmp/log_output:/tmp/test_logs"
@@ -120,7 +120,7 @@ jobs:
120120 if : inputs.run-codeql != true
121121 run : scripts/run_in_build_env.sh "ninja -C ./out"
122122 - name : Uploading core files
123- uses : actions/upload-artifact@v4
123+ uses : actions/upload-artifact@v5
124124 if : ${{ failure() && !env.ACT }}
125125 with :
126126 name : crash-core-linux-gcc-debug
@@ -138,7 +138,7 @@ jobs:
138138 # If re-enabling, some subset of this should be picked
139139 #
140140 # - name: Uploading objdir for debugging
141- # uses: actions/upload-artifact@v4
141+ # uses: actions/upload-artifact@v5
142142 # if: ${{ failure() && !env.ACT }}
143143 # with:
144144 # name: crash-objdir-linux-gcc-debug
@@ -153,7 +153,7 @@ jobs:
153153 if : github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
154154
155155 container :
156- image : ghcr.io/project-chip/chip-build:169
156+ image : ghcr.io/project-chip/chip-build:174
157157 volumes :
158158 - " /:/runner-root-volume"
159159 - " /tmp/log_output:/tmp/test_logs"
@@ -298,7 +298,7 @@ jobs:
298298 # language: cpp
299299
300300 - name : Uploading core files
301- uses : actions/upload-artifact@v4
301+ uses : actions/upload-artifact@v5
302302 if : ${{ failure() && !env.ACT }}
303303 with :
304304 name : crash-core-linux
@@ -311,7 +311,7 @@ jobs:
311311 # If re-enabling, some subset of this should be picked
312312 #
313313 # - name: Uploading objdir for debugging
314- # uses: actions/upload-artifact@v4
314+ # uses: actions/upload-artifact@v5
315315 # if: ${{ failure() && !env.ACT }}
316316 # with:
317317 # name: crash-objdir-linux
@@ -326,7 +326,7 @@ jobs:
326326 if : github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
327327
328328 container :
329- image : ghcr.io/project-chip/chip-build:169
329+ image : ghcr.io/project-chip/chip-build:174
330330 volumes :
331331 - " /:/runner-root-volume"
332332 - " /tmp/log_output:/tmp/test_logs"
@@ -389,7 +389,7 @@ jobs:
389389 if : github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
390390
391391 container :
392- image : ghcr.io/project-chip/chip-build:169
392+ image : ghcr.io/project-chip/chip-build:174
393393 volumes :
394394 - " /:/runner-root-volume"
395395 - " /tmp/log_output:/tmp/test_logs"
@@ -487,7 +487,7 @@ jobs:
487487 check \
488488 "
489489 - name : Uploading diagnostic logs
490- uses : actions/upload-artifact@v4
490+ uses : actions/upload-artifact@v5
491491 if : ${{ failure() && !env.ACT }}
492492 with :
493493 name : crash-log-darwin
@@ -513,7 +513,7 @@ jobs:
513513 runs-on : ubuntu-latest
514514
515515 container :
516- image : ghcr.io/project-chip/chip-build:169
516+ image : ghcr.io/project-chip/chip-build:174
517517 options : --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
518518 net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
519519
0 commit comments