Skip to content

Commit 113bfb0

Browse files
dependabot[bot]Lms24JPeer264
authored
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/artifact&package-manager=npm_and_yarn&previous-version=2.1.11&new-version=5.0.3)](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

3 files changed

+255
-139
lines changed

dev-packages/node-overhead-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mysql2": "^3.14.4"
2929
},
3030
"devDependencies": {
31-
"@actions/artifact": "2.1.11",
31+
"@actions/artifact": "5.0.3",
3232
"@actions/core": "1.10.1",
3333
"@actions/exec": "1.1.1",
3434
"@actions/github": "^5.0.0",

dev-packages/size-limit-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"fix": "eslint . --format stylish --fix"
1515
},
1616
"dependencies": {
17-
"@actions/artifact": "2.1.11",
17+
"@actions/artifact": "5.0.3",
1818
"@actions/core": "1.10.1",
1919
"@actions/exec": "1.1.1",
2020
"@actions/github": "^5.0.0",

0 commit comments

Comments
 (0)