dependabot[bot] opened a new pull request, #37324: URL: https://github.com/apache/superset/pull/37324
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 12. <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>v12</h2> <h2>What's Changed</h2> <ul> <li>add missing merge_multiple docs by <a href="https://github.com/timostroehlein"><code>@timostroehlein</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/331">dawidd6/action-download-artifact#331</a></li> <li>build(deps): bump actions/upload-artifact from 4 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/333">dawidd6/action-download-artifact#333</a></li> <li>build(deps): bump actions/checkout from 4 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/332">dawidd6/action-download-artifact#332</a></li> <li>build(deps): bump filesize from 9.0.11 to 11.0.13 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/334">dawidd6/action-download-artifact#334</a></li> <li>build(deps): bump <code>@actions/core</code> from 1.11.1 to 2.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/336">dawidd6/action-download-artifact#336</a></li> <li>build(deps): bump <code>@actions/artifact</code> from 2.3.2 to 5.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/335">dawidd6/action-download-artifact#335</a></li> <li>build(deps): bump glob from 10.4.5 to 10.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/338">dawidd6/action-download-artifact#338</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/343">dawidd6/action-download-artifact#343</a></li> <li>build(deps): bump peter-evans/create-pull-request from 7 to 8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/344">dawidd6/action-download-artifact#344</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/347">dawidd6/action-download-artifact#347</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v11...v12">https://github.com/dawidd6/action-download-artifact/compare/v11...v12</a></p> <h2>v11</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v10...v11">https://github.com/dawidd6/action-download-artifact/compare/v10...v11</a></p> <h2>v10</h2> <h2>What's Changed</h2> <ul> <li>Fix the download-commit test to actually look for a commit by <a href="https://github.com/mstorsjo"><code>@mstorsjo</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/330">dawidd6/action-download-artifact#330</a></li> <li>Add the option "ref", specifying either a commit or a branch by <a href="https://github.com/mstorsjo"><code>@mstorsjo</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/329">dawidd6/action-download-artifact#329</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mstorsjo"><code>@mstorsjo</code></a> made their first contribution in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/330">dawidd6/action-download-artifact#330</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v9...v10">https://github.com/dawidd6/action-download-artifact/compare/v9...v10</a></p> <h2>v9</h2> <h2>What's Changed</h2> <ul> <li>add merge_multiple option by <a href="https://github.com/timostroehlein"><code>@timostroehlein</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/327">dawidd6/action-download-artifact#327</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/timostroehlein"><code>@timostroehlein</code></a> made their first contribution in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/327">dawidd6/action-download-artifact#327</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v8...v9">https://github.com/dawidd6/action-download-artifact/compare/v8...v9</a></p> <h2>v8</h2> <h2>New features</h2> <ul> <li><code>use_unzip</code> boolean input (defaulting to false) - if set to true, the action will use system provided <code>unzip</code> utility for unpacking downloaded artifact(s) (note that the action will first download the .zip artifact file, then unpack it and remove the .zip file)</li> </ul> <h2>What's Changed</h2> <ul> <li>README: v7 by <a href="https://github.com/haines"><code>@haines</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/318">dawidd6/action-download-artifact#318</a></li> <li>Unzip by <a href="https://github.com/dawidd6"><code>@dawidd6</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/325">dawidd6/action-download-artifact#325</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/haines"><code>@haines</code></a> made their first contribution in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/318">dawidd6/action-download-artifact#318</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v7...v8">https://github.com/dawidd6/action-download-artifact/compare/v7...v8</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/0bd50d53a6d7fb5cb921e607957e9cc12b4ce392"><code>0bd50d5</code></a> node_modules: update (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/347">#347</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/c530ff890019440e59b211d04ded81da4fa48892"><code>c530ff8</code></a> Update commit and ref to use pull request SHA</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/a275236080367787d8f7568406c52be6ccd24e57"><code>a275236</code></a> Update dependencies in package.json</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/74a19a2c54a3fff841f8324ced36d7ec22375eaa"><code>74a19a2</code></a> Downgrade <code>@actions/core</code> dependency version</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/d3cbd7ea005df95f07c0e577c46e8c4312c8fe79"><code>d3cbd7e</code></a> Change npm command from ci to install</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/18697ba1a702719d830dec109cdda7c653c688f8"><code>18697ba</code></a> Update <code>@actions/artifact</code> version in package.json</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/e36914304d0f0195071ca6fcea25dc3b6acf3e6a"><code>e369143</code></a> build(deps): bump peter-evans/create-pull-request from 7 to 8 (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/344">#344</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/7157953c16b4a53329a0152a31636da2fbf960fe"><code>7157953</code></a> Rename update workflow to npm-updates</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/c648dad007c1c0dfc07c210ec7a9451945fa6925"><code>c648dad</code></a> node_modules: update (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/343">#343</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/7b0cd8f29e0ce3d675d662272a2ed8bd034155cd"><code>7b0cd8f</code></a> Change concurrency group from 'test' to 'upload'</li> <li>Additional commits viewable in <a href="https://github.com/dawidd6/action-download-artifact/compare/v6...v12">compare view</a></li> </ul> </details> <br /> [](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 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 <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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
