@@ -103,7 +103,7 @@ jobs:
103103 fi
104104
105105 - name : Archive cbuildgen
106- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
106+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
107107 with :
108108 name : cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
109109 path : ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
@@ -165,7 +165,7 @@ jobs:
165165 echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
166166
167167 - name : Upload documentation
168- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
168+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
169169 with :
170170 name : documentation
171171 path : ./build/tools/buildmgr/docs/doxygen/output/
@@ -304,15 +304,15 @@ jobs:
304304 working-directory : tools/buildmgr/cbuildgen/installer
305305
306306 - name : Archive cbuild_install.sh
307- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
307+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
308308 with :
309309 name : cbuild_install
310310 path : tools/buildmgr/cbuildgen/installer/cbuild_install.sh
311311 retention-days : ${{ needs.setup.outputs.retention_days }}
312312 if-no-files-found : error
313313
314314 - name : Archive deb package
315- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
315+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
316316 with :
317317 name : deb_package
318318 path : tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -448,7 +448,7 @@ jobs:
448448
449449 - name : Archive unittest
450450 if : always() && (matrix.arch != 'arm64')
451- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
451+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
452452 with :
453453 name : unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
454454 path : ./build/test_reports/cbuildunittests-*.xml
@@ -485,7 +485,7 @@ jobs:
485485
486486 - name : Archive Cbuild Integration Tests
487487 if : always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
488- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
488+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
489489 with :
490490 name : integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
491491 path : ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -569,7 +569,7 @@ jobs:
569569
570570 - name : Archive unittest
571571 if : (github.event_name == 'push')
572- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
572+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
573573 with :
574574 name : unit_test_result_buildmgr-linux-amd64
575575 path : ./build/test_reports/cbuildunittests-*.xml
@@ -578,7 +578,7 @@ jobs:
578578
579579 - name : Archive Cbuild Integration Tests
580580 if : (github.event_name == 'push')
581- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
581+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
582582 with :
583583 name : integ_test_result_buildmgr-linux-amd64
584584 path : ./build/test_reports/cbuildintegtests-*.xml
@@ -616,7 +616,7 @@ jobs:
616616 attempt_delay : 5000
617617
618618 - name : Archive coverage report
619- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
619+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
620620 with :
621621 name : coverage-report-buildmgr
622622 path : |
@@ -727,7 +727,7 @@ jobs:
727727 egress-policy : audit
728728
729729 - name : Event File
730- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
730+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
731731 with :
732732 name : Event File buildmgr
733733 path : ${{ github.event_path }}
0 commit comments