7777 arch : ${{ matrix.arch }}
7878
7979 - name : Archive cbuildgen
80- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
80+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
8181 with :
8282 name : cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
8383 path : ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
@@ -132,7 +132,7 @@ jobs:
132132 echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
133133
134134 - name : Upload documentation
135- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
135+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
136136 with :
137137 name : documentation
138138 path : ./build/tools/buildmgr/docs/doxygen/output/
@@ -263,15 +263,15 @@ jobs:
263263 working-directory : tools/buildmgr/cbuildgen/installer
264264
265265 - name : Archive cbuild_install.sh
266- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
266+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
267267 with :
268268 name : cbuild_install
269269 path : tools/buildmgr/cbuildgen/installer/cbuild_install.sh
270270 retention-days : ${{ needs.setup.outputs.retention_days }}
271271 if-no-files-found : error
272272
273273 - name : Archive deb package
274- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
274+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
275275 with :
276276 name : deb_package
277277 path : tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -404,7 +404,7 @@ jobs:
404404
405405 - name : Archive unittest
406406 if : always() && (matrix.arch != 'arm64')
407- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
407+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
408408 with :
409409 name : unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
410410 path : ./build/test_reports/cbuildunittests-*.xml
@@ -441,7 +441,7 @@ jobs:
441441
442442 - name : Archive Cbuild Integration Tests
443443 if : always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
444- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
444+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
445445 with :
446446 name : integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
447447 path : ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -521,7 +521,7 @@ jobs:
521521
522522 - name : Archive unittest
523523 if : (github.event_name == 'push')
524- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
524+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
525525 with :
526526 name : unit_test_result_buildmgr-linux-amd64
527527 path : ./build/test_reports/cbuildunittests-*.xml
@@ -530,7 +530,7 @@ jobs:
530530
531531 - name : Archive Cbuild Integration Tests
532532 if : (github.event_name == 'push')
533- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
533+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
534534 with :
535535 name : integ_test_result_buildmgr-linux-amd64
536536 path : ./build/test_reports/cbuildintegtests-*.xml
@@ -568,7 +568,7 @@ jobs:
568568 attempt_delay : 5000
569569
570570 - name : Archive coverage report
571- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
571+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
572572 with :
573573 name : coverage-report-buildmgr
574574 path : |
@@ -661,7 +661,7 @@ jobs:
661661 runs-on : ubuntu-22.04
662662 steps :
663663 - name : Event File
664- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
664+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
665665 with :
666666 name : Event File buildmgr
667667 path : ${{ github.event_path }}
0 commit comments