@@ -100,7 +100,7 @@ jobs:
100100 fi
101101
102102 - name : Archive cbuildgen
103- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
103+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
104104 with :
105105 name : cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
106106 path : ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
@@ -160,7 +160,7 @@ jobs:
160160 echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
161161
162162 - name : Upload documentation
163- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
163+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
164164 with :
165165 name : documentation
166166 path : ./build/tools/buildmgr/docs/doxygen/output/
@@ -297,15 +297,15 @@ jobs:
297297 working-directory : tools/buildmgr/cbuildgen/installer
298298
299299 - name : Archive cbuild_install.sh
300- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
300+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
301301 with :
302302 name : cbuild_install
303303 path : tools/buildmgr/cbuildgen/installer/cbuild_install.sh
304304 retention-days : ${{ needs.setup.outputs.retention_days }}
305305 if-no-files-found : error
306306
307307 - name : Archive deb package
308- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
308+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
309309 with :
310310 name : deb_package
311311 path : tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -444,7 +444,7 @@ jobs:
444444
445445 - name : Archive unittest
446446 if : always() && (matrix.arch != 'arm64')
447- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
447+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
448448 with :
449449 name : unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
450450 path : ./build/test_reports/cbuildunittests-*.xml
@@ -481,7 +481,7 @@ jobs:
481481
482482 - name : Archive Cbuild Integration Tests
483483 if : always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
484- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
484+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
485485 with :
486486 name : integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
487487 path : ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -566,7 +566,7 @@ jobs:
566566
567567 - name : Archive unittest
568568 if : (github.event_name == 'push')
569- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
569+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
570570 with :
571571 name : unit_test_result_buildmgr-linux-amd64
572572 path : ./build/test_reports/cbuildunittests-*.xml
@@ -575,7 +575,7 @@ jobs:
575575
576576 - name : Archive Cbuild Integration Tests
577577 if : (github.event_name == 'push')
578- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
578+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
579579 with :
580580 name : integ_test_result_buildmgr-linux-amd64
581581 path : ./build/test_reports/cbuildintegtests-*.xml
@@ -613,7 +613,7 @@ jobs:
613613 attempt_delay : 5000
614614
615615 - name : Archive coverage report
616- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
616+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
617617 with :
618618 name : coverage-report-buildmgr
619619 path : |
@@ -724,7 +724,7 @@ jobs:
724724 egress-policy : audit
725725
726726 - name : Event File
727- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
727+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
728728 with :
729729 name : Event File buildmgr
730730 path : ${{ github.event_path }}
0 commit comments