Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump geekyeggo/delete-artifact from 4 to 5 (#11651)
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/geekyeggo/delete-artifact/releases">geekyeggo/delete-artifact's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <ul> <li>Switch to <a href="https://www.npmjs.com/package/@actions/artifact"><code>@actions/artifact</code></a>, removing the need for a <code>token</code> parameter (Sebastian Weigand) <a href="https://redirect.github.com/GeekyEggo/delete-artifact/pull/24">#24</a></li> </ul> <h2>v4.1.0</h2> <ul> <li>Add default token.</li> <li>Fix over-arching <code>catch</code> output; errors now correctly result in a failed run (<a href="https://github.com/TheMrMilchmann"><code>@TheMrMilchmann</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md">geekyeggo/delete-artifact's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Change Log</h1> <h2>v5.0</h2> <ul> <li>Switch to <a href="https://www.npmjs.com/package/@actions/artifact"><code>@actions/artifact</code></a>, removing the need for a <code>token</code> parameter (Sebastian Weigand) <a href="https://redirect.github.com/GeekyEggo/delete-artifact/pull/24">#24</a></li> </ul> <h2>v4.1</h2> <ul> <li>Add default token.</li> <li>Fix over-arching <code>catch</code> output; errors now correctly result in a failed run (Leon Linhart) <a href="https://redirect.github.com/GeekyEggo/delete-artifact/pull/18">#18</a></li> </ul> <h2>v4.0</h2> <ul> <li>Add support for artifacts uploaded with <code>actions/upload-artifact@v4</code>.</li> <li>Add requirement of <code>token</code> with read and write access to actions.</li> <li>Update requests to use GitHub REST API.</li> <li>Deprecate support for <code>actions/upload-artifact@v1</code>, <code>actions/upload-artifact@v2</code>, and <code>actions/upload-artifact@v3</code> (please use <code>geekyeggo/delete-artifact@v2</code>).</li> </ul> <h2>v2.0</h2> <ul> <li>Add support for glob pattern matching via <code>useGlob</code>.</li> </ul> <h2>v1.0</h2> <ul> <li>Initial release.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GeekyEggo/delete-artifact/commit/24928e75e6e6590170563b8ddae9fac674508aa1"><code>24928e7</code></a> docs: update docs for v5</li> <li><a href="https://github.com/GeekyEggo/delete-artifact/commit/ff19d563c7f83a383e3f3459eed45026d186baea"><code>ff19d56</code></a> refactor: remove unused global declarations</li> <li><a href="https://github.com/GeekyEggo/delete-artifact/commit/1ca925b9588b2df877713102e4eea9374f9e833c"><code>1ca925b</code></a> style: linting, and wording</li> <li><a href="https://github.com/GeekyEggo/delete-artifact/commit/f429ee8f65afb16ae565ddb08afcb10fe188807a"><code>f429ee8</code></a> build (deps): bump <code>@actions/artifact</code> and undici</li> <li><a href="https://github.com/GeekyEggo/delete-artifact/commit/7467c3c95ee386fa4e8804ff6065098406d58142"><code>7467c3c</code></a> refactor: use <code>@actions/artifact</code> (<a href="https://redirect.github.com/geekyeggo/delete-artifact/issues/24">#24</a>) - closes <a href="https://redirect.github.com/geekyeggo/delete-artifact/issues/19">#19</a>, <a href="https://redirect.github.com/geekyeggo/delete-artifact/issues/21">#21</a></li> <li><a href="https://github.com/GeekyEggo/delete-artifact/commit/3f83cd6bfd1bb806746002ab8b59cc6f76f1740f"><code>3f83cd6</code></a> build: remove tokens</li> <li>See full diff in <a href="https://github.com/geekyeggo/delete-artifact/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=geekyeggo/delete-artifact&package-manager=github_actions&previous-version=4&new-version=5)](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>
- Loading branch information