8383 arch : ${{ matrix.arch }}
8484
8585 - name : Archive cbuildgen
86- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
86+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8787 with :
8888 name : cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
8989 path : ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
@@ -143,7 +143,7 @@ jobs:
143143 echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
144144
145145 - name : Upload documentation
146- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
146+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
147147 with :
148148 name : documentation
149149 path : ./build/tools/buildmgr/docs/doxygen/output/
@@ -280,15 +280,15 @@ jobs:
280280 working-directory : tools/buildmgr/cbuildgen/installer
281281
282282 - name : Archive cbuild_install.sh
283- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
283+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
284284 with :
285285 name : cbuild_install
286286 path : tools/buildmgr/cbuildgen/installer/cbuild_install.sh
287287 retention-days : ${{ needs.setup.outputs.retention_days }}
288288 if-no-files-found : error
289289
290290 - name : Archive deb package
291- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
291+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
292292 with :
293293 name : deb_package
294294 path : tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -426,7 +426,7 @@ jobs:
426426
427427 - name : Archive unittest
428428 if : always() && (matrix.arch != 'arm64')
429- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
429+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
430430 with :
431431 name : unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
432432 path : ./build/test_reports/cbuildunittests-*.xml
@@ -463,7 +463,7 @@ jobs:
463463
464464 - name : Archive Cbuild Integration Tests
465465 if : always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
466- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
466+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
467467 with :
468468 name : integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
469469 path : ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -548,7 +548,7 @@ jobs:
548548
549549 - name : Archive unittest
550550 if : (github.event_name == 'push')
551- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
551+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
552552 with :
553553 name : unit_test_result_buildmgr-linux-amd64
554554 path : ./build/test_reports/cbuildunittests-*.xml
@@ -557,7 +557,7 @@ jobs:
557557
558558 - name : Archive Cbuild Integration Tests
559559 if : (github.event_name == 'push')
560- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
560+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
561561 with :
562562 name : integ_test_result_buildmgr-linux-amd64
563563 path : ./build/test_reports/cbuildintegtests-*.xml
@@ -595,7 +595,7 @@ jobs:
595595 attempt_delay : 5000
596596
597597 - name : Archive coverage report
598- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
598+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
599599 with :
600600 name : coverage-report-buildmgr
601601 path : |
@@ -704,7 +704,7 @@ jobs:
704704 egress-policy : audit
705705
706706 - name : Event File
707- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
707+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
708708 with :
709709 name : Event File buildmgr
710710 path : ${{ github.event_path }}
0 commit comments