Skip to content

Commit 143ec2e

Browse files
build(deps): bump dawidd6/action-download-artifact from 15 to 16 (#1056)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 15 to 16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dawidd6/action-download-artifact/releases">dawidd6/action-download-artifact's releases</a>.</em></p> <blockquote> <h2>v16</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump minimatch by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/374">dawidd6/action-download-artifact#374</a></li> <li>node_modules: update by <a href="https://github.com/dawidd6"><code>@​dawidd6</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/375">dawidd6/action-download-artifact#375</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v15...v16">https://github.com/dawidd6/action-download-artifact/compare/v15...v16</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/2536c51d3d126276eb39f74d6bc9c72ac6ef30d3"><code>2536c51</code></a> node_modules: update (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/375">#375</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/f3138ee2b3caa9a8b239a19a980cb5d1608ea290"><code>f3138ee</code></a> build(deps): bump minimatch (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/374">#374</a>)</li> <li>See full diff in <a href="https://github.com/dawidd6/action-download-artifact/compare/v15...v16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dawidd6/action-download-artifact&package-manager=github_actions&previous-version=15&new-version=16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 569d6f7 commit 143ec2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-eic-shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ jobs:
568568
if-no-files-found: error
569569
- name: Download previous artifact
570570
id: download_previous_artifact
571-
uses: dawidd6/action-download-artifact@v15
571+
uses: dawidd6/action-download-artifact@v16
572572
with:
573573
branch: ${{ github.event.pull_request.base.ref || github.ref_name }}
574574
path: ref/
@@ -636,7 +636,7 @@ jobs:
636636
if-no-files-found: error
637637
- name: Download previous artifact
638638
id: download_previous_artifact
639-
uses: dawidd6/action-download-artifact@v15
639+
uses: dawidd6/action-download-artifact@v16
640640
with:
641641
branch: ${{ github.event.pull_request.base.ref || github.ref_name }}
642642
path: ref/

0 commit comments

Comments
 (0)