From 2a5fc8ad5a71c25a8edf321dfb8ffac57834eac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:43:19 +0100 Subject: [PATCH] Bump actions/download-artifact from 4.1.0 to 4.1.1 (#1275) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1.
Release notes

Sourced from actions/download-artifact's releases.

v4.1.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sourabh Mehta <73165318+soumeh01@users.noreply.github.com> --- .github/workflows/buildmgr.yml | 22 +++++++++++----------- .github/workflows/nightly.yml | 2 +- .github/workflows/packchk.yml | 2 +- .github/workflows/packgen.yml | 12 ++++++------ .github/workflows/projmgr.yml | 30 +++++++++++++++--------------- .github/workflows/svdconv.yml | 2 +- 6 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index e6b9e04f8..ea87fddf8 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -204,39 +204,39 @@ jobs: mkdir -p tools/buildmgr/cbuildgen/distribution/doc - name: Download cbuildgen linux-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: cbuildgen-linux-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen linux-arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: cbuildgen-darwin-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen windows-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: cbuildgen-windows-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen windows-arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: cbuildgen-windows-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ @@ -247,7 +247,7 @@ jobs: working-directory: tools/buildmgr/cbuildgen/distribution/bin - name: Download documentation - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: documentation path: tools/buildmgr/cbuildgen/distribution/doc/ @@ -370,13 +370,13 @@ jobs: path: ${{ env.CMSIS_PACK_ROOT }} - name: Download cbuild_install - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: cbuild_install path: ${{ github.workspace }} - name: Download deb_package - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: deb_package path: ${{ github.workspace }} @@ -583,7 +583,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Download cbuild_install - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: cbuild_install path: ${{ github.workspace }} @@ -624,7 +624,7 @@ jobs: image: [ "debian:buster" ] steps: - name: Download cbuild_install - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: cbuild_install path: ${{ github.workspace }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bf8d979c1..4128de97c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -35,7 +35,7 @@ jobs: lcov - name: Download coverage report - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: coverage-report path: coverage/ diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index 603162510..b3497005d 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -276,7 +276,7 @@ jobs: mkdir -p tools/packchk/distribution/ - name: Download coverage report - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: coverage-report path: tools/packchk/distribution/coverage/ diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 9fdb26a10..2331b2529 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -97,37 +97,37 @@ jobs: cp -r tools/packgen/test/data/CMakeTestMultipleBuilds/ tools/packgen/distribution/doc/examples/ - name: Download packgen linux-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: packgen-linux-amd64 path: tools/packgen/distribution/bin/linux-amd64/ - name: Download packgen linux arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: packgen-linux-arm64 path: tools/packgen/distribution/bin/linux-arm64/ - name: Download packgen macos-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: packgen-darwin-amd64 path: tools/packgen/distribution/bin/darwin-amd64/ - name: Download packgen macos-arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: packgen-darwin-arm64 path: tools/packgen/distribution/bin/darwin-arm64/ - name: Download packgen windows-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: packgen-windows-amd64 path: tools/packgen/distribution/bin/windows-amd64/ - name: Download packgen windows-arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.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 2086a1449..f1f099de2 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -154,69 +154,69 @@ jobs: cp -r tools/projmgr/templates/* tools/projmgr/distribution/etc/ - name: Download projmgr linux-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: projmgr-linux-amd64 path: tools/projmgr/distribution/bin/linux-amd64/ - name: Download projmgr linux-arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: projmgr-linux-arm64 path: tools/projmgr/distribution/bin/linux-arm64/ - name: Download projmgr macos-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: projmgr-darwin-amd64 path: tools/projmgr/distribution/bin/darwin-amd64/ - name: Download projmgr macos-arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: projmgr-darwin-arm64 path: tools/projmgr/distribution/bin/darwin-arm64/ - name: Download projmgr windows-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: projmgr-windows-amd64 path: tools/projmgr/distribution/bin/windows-amd64/ - name: Download projmgr windows-arm64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: projmgr-windows-arm64 path: tools/projmgr/distribution/bin/windows-arm64/ - name: Download projmgr-swig-python linux-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: projmgr-swig-go-darwin-amd64 path: tools/projmgr/distribution/lib/darwin-amd64/go/ @@ -235,20 +235,20 @@ jobs: asset_name: projmgr.zip - name: Download test report windows-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: unit_test_result-windows-amd64 path: tools/testreport/windows-amd64/ - name: Download test report linux-amd64 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: unit_test_result-linux-amd64 path: tools/testreport/linux-amd64/ - name: Download test report macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: unit_test_result-darwin-amd64 path: tools/testreport/darwin-amd64/ @@ -267,7 +267,7 @@ jobs: asset_name: testreport.zip - name: Download coverage report - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: coverage-report path: tools/coverage/ diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 2dcf4a236..c362716cf 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -274,7 +274,7 @@ jobs: mkdir -p tools/svdconv/distribution/ - name: Download coverage report - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: coverage-report path: tools/svdconv/distribution/coverage/