@@ -103,7 +103,7 @@ jobs:
103103 fi
104104
105105 - name : Archive cbuildgen
106- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
106+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
168+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
307+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
315+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
316316 with :
317317 name : deb_package
318318 path : tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -451,7 +451,7 @@ jobs:
451451
452452 - name : Archive unittest
453453 if : always() && (matrix.arch != 'arm64')
454- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
454+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
455455 with :
456456 name : unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
457457 path : ./build/test_reports/cbuildunittests-*.xml
@@ -488,7 +488,7 @@ jobs:
488488
489489 - name : Archive Cbuild Integration Tests
490490 if : always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
491- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
491+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
492492 with :
493493 name : integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
494494 path : ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -572,7 +572,7 @@ jobs:
572572
573573 - name : Archive unittest
574574 if : (github.event_name == 'push')
575- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
575+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
576576 with :
577577 name : unit_test_result_buildmgr-linux-amd64
578578 path : ./build/test_reports/cbuildunittests-*.xml
@@ -581,7 +581,7 @@ jobs:
581581
582582 - name : Archive Cbuild Integration Tests
583583 if : (github.event_name == 'push')
584- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
584+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
585585 with :
586586 name : integ_test_result_buildmgr-linux-amd64
587587 path : ./build/test_reports/cbuildintegtests-*.xml
@@ -619,7 +619,7 @@ jobs:
619619 attempt_delay : 5000
620620
621621 - name : Archive coverage report
622- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
622+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
623623 with :
624624 name : coverage-report-buildmgr
625625 path : |
@@ -730,7 +730,7 @@ jobs:
730730 egress-policy : audit
731731
732732 - name : Event File
733- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
733+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
734734 with :
735735 name : Event File buildmgr
736736 path : ${{ github.event_path }}
0 commit comments