From b2f17f865d685d62dd1bcca89b39d3d77b5425f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:42:50 -0700 Subject: [PATCH] github-actions: bump actions/download-artifact from 4.1.4 to 4.1.7 (#10324) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/c850b930e6ba138125429b7e5c93fc707a7f8427...65a9edc5881444af0b9093a5e628f2fe47ea3b2e) --- 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 185a5d860..e73387d53 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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/otns.yml b/.github/workflows/otns.yml index 1b40f7dc5..8412b8cd9 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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 8ecc3c957..840ae5ad3 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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/simulation-1.1.yml b/.github/workflows/simulation-1.1.yml index 187c97738..2058a9641 100644 --- a/.github/workflows/simulation-1.1.yml +++ b/.github/workflows/simulation-1.1.yml @@ -414,7 +414,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/simulation-1.2.yml b/.github/workflows/simulation-1.2.yml index 564fe7031..809c8fcf1 100644 --- a/.github/workflows/simulation-1.2.yml +++ b/.github/workflows/simulation-1.2.yml @@ -415,7 +415,7 @@ jobs: - name: Bootstrap run: | sudo apt-get --no-install-recommends install -y lcov - - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/toranj.yml b/.github/workflows/toranj.yml index 54ef31154..6d0634276 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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: coverage/ pattern: cov-* diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 12431b3ea..d255c76e0 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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: coverage/ pattern: cov-*