@@ -283,15 +283,15 @@ jobs:
283283 --lit-icd-app ./out/linux-x64-lit-icd-${BUILD_VARIANT}/lit-icd-app \
284284 "
285285 - name : Uploading core files
286- uses : actions/upload-artifact@v3
286+ uses : actions/upload-artifact@v4
287287 if : ${{ failure() && !env.ACT }}
288288 with :
289289 name : crash-core-linux-${{ matrix.build_variant }}${{ matrix.chip_tool }}
290290 path : /tmp/cores/
291291 # Cores are big; don't hold on to them too long.
292292 retention-days : 5
293293 - name : Uploading objdir for debugging
294- uses : actions/upload-artifact@v3
294+ uses : actions/upload-artifact@v4
295295 if : ${{ failure() && !env.ACT }}
296296 with :
297297 name : crash-objdir-linux-${{ matrix.build_variant }}${{ matrix.chip_tool }}
@@ -386,21 +386,21 @@ jobs:
386386 "
387387
388388 - name : Uploading core files
389- uses : actions/upload-artifact@v3
389+ uses : actions/upload-artifact@v4
390390 if : ${{ failure() && !env.ACT }}
391391 with :
392392 name : crash-core-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }}
393393 path : /cores/
394394 # Cores are big; don't hold on to them too long.
395395 retention-days : 5
396396 - name : Uploading diagnostic logs
397- uses : actions/upload-artifact@v3
397+ uses : actions/upload-artifact@v4
398398 if : ${{ failure() && !env.ACT }}
399399 with :
400400 name : crash-log-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }}
401401 path : ~/Library/Logs/DiagnosticReports/
402402 - name : Uploading objdir for debugging
403- uses : actions/upload-artifact@v3
403+ uses : actions/upload-artifact@v4
404404 if : ${{ failure() && !env.ACT }}
405405 with :
406406 name : crash-objdir-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }}
@@ -492,15 +492,15 @@ jobs:
492492 scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --app out/linux-x64-lock-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-lock-app --factoryreset --app-args "--discriminator 1234 --KVS kvs1 --trace-to json:out/trace_data/app-{SCRIPT_BASE_NAME}.json" --script "src/python_testing/TC_DRLK_2_12.py" --script-args "--storage-path admin_storage.json --commissioning-method on-network --discriminator 1234 --passcode 20202021 --PICS src/app/tests/suites/certification/ci-pics-values --trace-to json:out/trace_data/test-{SCRIPT_BASE_NAME}.json --trace-to perfetto:out/trace_data/test-{SCRIPT_BASE_NAME}.perfetto"'
493493 scripts/run_in_python_env.sh out/venv './scripts/tests/TestTimeSyncTrustedTimeSourceRunner.py'
494494 - name : Uploading core files
495- uses : actions/upload-artifact@v3
495+ uses : actions/upload-artifact@v4
496496 if : ${{ failure() && !env.ACT }}
497497 with :
498498 name : crash-core-linux-python-repl
499499 path : /tmp/cores/
500500 # Cores are big; don't hold on to them too long.
501501 retention-days : 5
502502 - name : Uploading objdir for debugging
503- uses : actions/upload-artifact@v3
503+ uses : actions/upload-artifact@v4
504504 if : ${{ failure() && !env.ACT }}
505505 with :
506506 name : crash-objdir-linux-python-repl
@@ -553,28 +553,28 @@ jobs:
553553 run : |
554554 scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --app out/darwin-x64-all-clusters-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app --factoryreset --app-args "--discriminator 3840 --interface-id -1" --script-args "-t 3600 --disable-test ClusterObjectTests.TestTimedRequestTimeout"'
555555 - name : Uploading core files
556- uses : actions/upload-artifact@v3
556+ uses : actions/upload-artifact@v4
557557 if : ${{ failure() && !env.ACT }}
558558 with :
559559 name : crash-core-darwin-python-repl
560560 path : /cores/
561561 # Cores are big; don't hold on to them too long.
562562 retention-days : 5
563563 - name : Uploading traces on failure
564- uses : actions/upload-artifact@v3
564+ uses : actions/upload-artifact@v4
565565 if : ${{ failure() && !env.ACT }}
566566 with :
567567 name : trace-data-python-repl
568568 path : out/trace_data/
569569 retention-days : 5
570570 - name : Uploading diagnostic logs
571- uses : actions/upload-artifact@v3
571+ uses : actions/upload-artifact@v4
572572 if : ${{ failure() && !env.ACT }}
573573 with :
574574 name : crash-log-darwin-python-repl
575575 path : ~/Library/Logs/DiagnosticReports/
576576 - name : Uploading objdir for debugging
577- uses : actions/upload-artifact@v3
577+ uses : actions/upload-artifact@v4
578578 if : ${{ failure() && !env.ACT }}
579579 with :
580580 name : crash-objdir-darwin-python-repl
0 commit comments