From a1f701dddc53c20a621541a4aeb7ea7463abfa1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:02:53 +0000 Subject: [PATCH] Bump actions/download-artifact from 8.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/buildmgr.yml | 22 +++++++++++----------- .github/workflows/nightly.yml | 2 +- .github/workflows/packchk.yml | 2 +- .github/workflows/packgen.yml | 12 ++++++------ .github/workflows/projmgr.yml | 34 +++++++++++++++++----------------- .github/workflows/svdconv.yml | 2 +- 6 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 9508438ed..5689b3612 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -247,39 +247,39 @@ jobs: mkdir -p tools/buildmgr/cbuildgen/distribution/doc - name: Download cbuildgen linux-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuildgen-linux-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen linux-arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuildgen-linux-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuildgen-darwin-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen macos-arm64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuildgen-darwin-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen windows-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuildgen-windows-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen windows-arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuildgen-windows-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ @@ -290,7 +290,7 @@ jobs: working-directory: tools/buildmgr/cbuildgen/distribution/bin - name: Download documentation - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: documentation path: tools/buildmgr/cbuildgen/distribution/doc/ @@ -421,13 +421,13 @@ jobs: path: ${{ env.CMSIS_PACK_ROOT }} - name: Download cbuild_install - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuild_install path: ${{ github.workspace }} - name: Download deb_package - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: deb_package path: ${{ github.workspace }} @@ -649,7 +649,7 @@ jobs: egress-policy: audit - name: Download cbuild_install - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuild_install path: ${{ github.workspace }} @@ -695,7 +695,7 @@ jobs: egress-policy: audit - name: Download cbuild_install - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: cbuild_install path: ${{ github.workspace }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index affac02db..a635f1506 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -49,7 +49,7 @@ jobs: lcov - name: Download coverage report - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: coverage-report-* path: coverage/ diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index 3987e8e59..ec0b9b9c5 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -346,7 +346,7 @@ jobs: mkdir -p tools/packchk/distribution/ - name: Download coverage report - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: coverage-report-packchk path: tools/packchk/distribution/coverage/ diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 44a8e1912..f8ceb8433 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -132,37 +132,37 @@ jobs: cp -r tools/packgen/test/data/CMakeTestMultipleBuilds/ tools/packgen/distribution/doc/examples/ - name: Download packgen linux-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: packgen-linux-amd64 path: tools/packgen/distribution/bin/linux-amd64/ - name: Download packgen linux arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: packgen-linux-arm64 path: tools/packgen/distribution/bin/linux-arm64/ - name: Download packgen macos-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: packgen-darwin-amd64 path: tools/packgen/distribution/bin/darwin-amd64/ - name: Download packgen macos-arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: packgen-darwin-arm64 path: tools/packgen/distribution/bin/darwin-arm64/ - name: Download packgen windows-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: packgen-windows-amd64 path: tools/packgen/distribution/bin/windows-amd64/ - name: Download packgen windows-arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: packgen-windows-arm64 path: tools/packgen/distribution/bin/windows-arm64/ diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index 7b1a65a67..add5c8dab 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -219,81 +219,81 @@ jobs: cp tools/projmgr/docs/LICENSE.txt tools/projmgr/distribution/ - name: Download projmgr schemas - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-schemas path: tools/projmgr/distribution/etc/ - name: Download projmgr templates - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-templates path: tools/projmgr/distribution/etc/ - name: Download projmgr linux-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-linux-amd64 path: tools/projmgr/distribution/bin/linux-amd64/ - name: Download projmgr linux-arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-linux-arm64 path: tools/projmgr/distribution/bin/linux-arm64/ - name: Download projmgr macos-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-darwin-amd64 path: tools/projmgr/distribution/bin/darwin-amd64/ - name: Download projmgr macos-arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-darwin-arm64 path: tools/projmgr/distribution/bin/darwin-arm64/ - name: Download projmgr windows-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-windows-amd64 path: tools/projmgr/distribution/bin/windows-amd64/ - name: Download projmgr windows-arm64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-windows-arm64 path: tools/projmgr/distribution/bin/windows-arm64/ - name: Download projmgr-swig-python linux-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-swig-python-linux-amd64 path: tools/projmgr/distribution/lib/linux-amd64/python/ - name: Download projmgr-swig-python macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-swig-python-darwin-amd64 path: tools/projmgr/distribution/lib/darwin-amd64/python/ - name: Download projmgr-swig-python windows-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-swig-python-windows-amd64 path: tools/projmgr/distribution/lib/windows-amd64/python/ - name: Download projmgr-swig-go linux-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-swig-go-linux-amd64 path: tools/projmgr/distribution/lib/linux-amd64/go/ - name: Download projmgr-swig-go macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: projmgr-swig-go-darwin-amd64 path: tools/projmgr/distribution/lib/darwin-amd64/go/ @@ -312,20 +312,20 @@ jobs: asset_name: projmgr.zip - name: Download test report windows-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: unit_test_result_projmgr-windows-amd64 path: tools/testreport/windows-amd64/ - name: Download test report linux-amd64 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: unit_test_result_projmgr-linux-amd64 path: tools/testreport/linux-amd64/ - name: Download test report macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: unit_test_result_projmgr-darwin-amd64 path: tools/testreport/darwin-amd64/ @@ -344,7 +344,7 @@ jobs: asset_name: testreport.zip - name: Download coverage report - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: coverage-report-projmgr path: tools/coverage/ diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index d94804478..7c12c2bf3 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -344,7 +344,7 @@ jobs: mkdir -p tools/svdconv/distribution/ - name: Download coverage report - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: coverage-report-svdconv path: tools/svdconv/distribution/coverage/