@@ -283,15 +283,15 @@ jobs:
283
283
--lit-icd-app ./out/linux-x64-lit-icd-${BUILD_VARIANT}/lit-icd-app \
284
284
"
285
285
- name : Uploading core files
286
- uses : actions/upload-artifact@v3
286
+ uses : actions/upload-artifact@v4
287
287
if : ${{ failure() && !env.ACT }}
288
288
with :
289
289
name : crash-core-linux-${{ matrix.build_variant }}${{ matrix.chip_tool }}
290
290
path : /tmp/cores/
291
291
# Cores are big; don't hold on to them too long.
292
292
retention-days : 5
293
293
- name : Uploading objdir for debugging
294
- uses : actions/upload-artifact@v3
294
+ uses : actions/upload-artifact@v4
295
295
if : ${{ failure() && !env.ACT }}
296
296
with :
297
297
name : crash-objdir-linux-${{ matrix.build_variant }}${{ matrix.chip_tool }}
@@ -386,21 +386,21 @@ jobs:
386
386
"
387
387
388
388
- name : Uploading core files
389
- uses : actions/upload-artifact@v3
389
+ uses : actions/upload-artifact@v4
390
390
if : ${{ failure() && !env.ACT }}
391
391
with :
392
392
name : crash-core-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }}
393
393
path : /cores/
394
394
# Cores are big; don't hold on to them too long.
395
395
retention-days : 5
396
396
- name : Uploading diagnostic logs
397
- uses : actions/upload-artifact@v3
397
+ uses : actions/upload-artifact@v4
398
398
if : ${{ failure() && !env.ACT }}
399
399
with :
400
400
name : crash-log-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }}
401
401
path : ~/Library/Logs/DiagnosticReports/
402
402
- name : Uploading objdir for debugging
403
- uses : actions/upload-artifact@v3
403
+ uses : actions/upload-artifact@v4
404
404
if : ${{ failure() && !env.ACT }}
405
405
with :
406
406
name : crash-objdir-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }}
@@ -492,15 +492,15 @@ jobs:
492
492
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"'
493
493
scripts/run_in_python_env.sh out/venv './scripts/tests/TestTimeSyncTrustedTimeSourceRunner.py'
494
494
- name : Uploading core files
495
- uses : actions/upload-artifact@v3
495
+ uses : actions/upload-artifact@v4
496
496
if : ${{ failure() && !env.ACT }}
497
497
with :
498
498
name : crash-core-linux-python-repl
499
499
path : /tmp/cores/
500
500
# Cores are big; don't hold on to them too long.
501
501
retention-days : 5
502
502
- name : Uploading objdir for debugging
503
- uses : actions/upload-artifact@v3
503
+ uses : actions/upload-artifact@v4
504
504
if : ${{ failure() && !env.ACT }}
505
505
with :
506
506
name : crash-objdir-linux-python-repl
@@ -553,28 +553,28 @@ jobs:
553
553
run : |
554
554
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"'
555
555
- name : Uploading core files
556
- uses : actions/upload-artifact@v3
556
+ uses : actions/upload-artifact@v4
557
557
if : ${{ failure() && !env.ACT }}
558
558
with :
559
559
name : crash-core-darwin-python-repl
560
560
path : /cores/
561
561
# Cores are big; don't hold on to them too long.
562
562
retention-days : 5
563
563
- name : Uploading traces on failure
564
- uses : actions/upload-artifact@v3
564
+ uses : actions/upload-artifact@v4
565
565
if : ${{ failure() && !env.ACT }}
566
566
with :
567
567
name : trace-data-python-repl
568
568
path : out/trace_data/
569
569
retention-days : 5
570
570
- name : Uploading diagnostic logs
571
- uses : actions/upload-artifact@v3
571
+ uses : actions/upload-artifact@v4
572
572
if : ${{ failure() && !env.ACT }}
573
573
with :
574
574
name : crash-log-darwin-python-repl
575
575
path : ~/Library/Logs/DiagnosticReports/
576
576
- name : Uploading objdir for debugging
577
- uses : actions/upload-artifact@v3
577
+ uses : actions/upload-artifact@v4
578
578
if : ${{ failure() && !env.ACT }}
579
579
with :
580
580
name : crash-objdir-darwin-python-repl
0 commit comments