Commit 113bfb0
chore(deps): bump @actions/artifact from 2.1.11 to 5.0.3 (#19031)
Bumps
[@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact)
from 2.1.11 to 5.0.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md"><code>@actions/artifact</code>'s
changelog</a>.</em></p>
<blockquote>
<h3>5.0.3</h3>
<ul>
<li>Bump <code>@actions/http-client</code> to <code>3.0.2</code></li>
</ul>
<h3>5.0.1</h3>
<ul>
<li>Fix Node.js 24 punycode deprecation warning by updating
<code>@azure/storage-blob</code> from <code>^12.15.0</code> to
<code>^12.29.1</code> <a
href="https://redirect.github.com/actions/toolkit/pull/2211">#2211</a></li>
<li>Removed direct <code>@azure/core-http</code> dependency (now uses
<code>@azure/core-rest-pipeline</code> via storage-blob)</li>
</ul>
<h3>5.0.0</h3>
<ul>
<li>Dependency updates for Node.js 24 runtime support</li>
<li>Update <code>@actions/core</code> to v2</li>
<li>Update <code>@actions/http-client</code> to v3</li>
</ul>
<h3>4.0.0</h3>
<ul>
<li>Add support for Node 24 <a
href="https://redirect.github.com/actions/toolkit/pull/2110">#2110</a></li>
<li>Fix: artifact pagination bugs and configurable artifact count limits
<a
href="https://redirect.github.com/actions/toolkit/pull/2165">#2165</a></li>
<li>Fix: reject the promise on timeout <a
href="https://redirect.github.com/actions/toolkit/pull/2124">#2124</a></li>
<li>Update dependency versions</li>
</ul>
<h3>2.3.3</h3>
<ul>
<li>Dependency updates <a
href="https://redirect.github.com/actions/toolkit/pull/2049">#2049</a></li>
</ul>
<h3>2.3.2</h3>
<ul>
<li>Added masking for Shared Access Signature (SAS) artifact URLs <a
href="https://redirect.github.com/actions/toolkit/pull/1982">#1982</a></li>
<li>Change hash to digest for consistent terminology across runner logs
<a
href="https://redirect.github.com/actions/toolkit/pull/1991">#1991</a></li>
</ul>
<h3>2.3.1</h3>
<ul>
<li>Fix comment typo on expectedHash. <a
href="https://redirect.github.com/actions/toolkit/pull/1986">#1986</a></li>
</ul>
<h3>2.3.0</h3>
<ul>
<li>Allow ArtifactClient to perform digest comparisons, if supplied. <a
href="https://redirect.github.com/actions/toolkit/pull/1975">#1975</a></li>
</ul>
<h3>2.2.2</h3>
<ul>
<li>Default concurrency to 5 for uploading artifacts <a
href="https://redirect.github.com/actions/toolkit/pull/1962">#1962</a></li>
</ul>
<h3>2.2.1</h3>
<ul>
<li>Add <code>ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY</code> and
<code>ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS</code> environment variables <a
href="https://redirect.github.com/actions/toolkit/pull/1928">#1928</a></li>
</ul>
<h3>2.2.0</h3>
<ul>
<li>Return artifact digest on upload <a
href="https://redirect.github.com/actions/toolkit/pull/1896">#1896</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/actions/toolkit/commits/HEAD/packages/artifact">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@actions/artifact</code> since your
current version.</p>
</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>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Co-authored-by: JPeer264 <jan.peer@sentry.io>1 parent bad937d commit 113bfb0
File tree
3 files changed
+255
-139
lines changed- dev-packages
- node-overhead-gh-action
- size-limit-gh-action
3 files changed
+255
-139
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments