From 7028be6715260ee2bff9ca9d95471e953cd178eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:37:55 -0700 Subject: [PATCH] github-actions: bump actions/download-artifact from 4.1.1 to 4.1.4 (#9963) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/6b208ae046db98c579e8a3aa621ab581ff575935...c850b930e6ba138125429b7e5c93fc707a7f8427) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/otbr.yml | 2 +- .github/workflows/otns.yml | 2 +- .github/workflows/posix.yml | 2 +- .github/workflows/simulation-1.1.yml | 2 +- .github/workflows/simulation-1.2.yml | 2 +- .github/workflows/toranj.yml | 2 +- .github/workflows/unit.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/otbr.yml b/.github/workflows/otbr.yml index fbd669bd3..50c1f336a 100644 --- a/.github/workflows/otbr.yml +++ b/.github/workflows/otbr.yml @@ -244,7 +244,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/otns.yml b/.github/workflows/otns.yml index 7456bba34..7755568e3 100644 --- a/.github/workflows/otns.yml +++ b/.github/workflows/otns.yml @@ -216,7 +216,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 3d584bce0..9ef156e26 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -306,7 +306,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/simulation-1.1.yml b/.github/workflows/simulation-1.1.yml index fd80a58c8..bc075618b 100644 --- a/.github/workflows/simulation-1.1.yml +++ b/.github/workflows/simulation-1.1.yml @@ -386,7 +386,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/simulation-1.2.yml b/.github/workflows/simulation-1.2.yml index 5e4e740bb..bc4f75215 100644 --- a/.github/workflows/simulation-1.2.yml +++ b/.github/workflows/simulation-1.2.yml @@ -365,7 +365,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/toranj.yml b/.github/workflows/toranj.yml index b6c661f1d..3f22359df 100644 --- a/.github/workflows/toranj.yml +++ b/.github/workflows/toranj.yml @@ -197,7 +197,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 392f2c96d..c7b999172 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -114,7 +114,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: path: coverage/ pattern: cov-*