Commit e8fbed8
authored
build(deps): Bump svenstaro/upload-release-action from 2.10.0 to 2.11.2 (#553)
Bumps
[svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action)
from 2.10.0 to 2.11.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/svenstaro/upload-release-action/releases">svenstaro/upload-release-action's
releases</a>.</em></p>
<blockquote>
<h2>2.11.2</h2>
<p>Solved race-condition when matrix builds try to create the same
release at the same time - <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/147">#147</a></p>
<h2>2.11.1</h2>
<p>Fixed input and output names for release_id</p>
<h2>2.11.0</h2>
<ul>
<li>Adds a <code>release_id</code> output, and optional input, for
uploading files to release - <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/136">#136</a>
(thanks <a
href="https://github.com/alexis-opolka"><code>@alexis-opolka</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md">svenstaro/upload-release-action's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>[2.11.2] - 2025-07-06</h2>
<ul>
<li>Solved race-condition when matrix builds try to create the same
release at the same time - <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/147">#147</a></li>
</ul>
<h2>[2.11.1] - 2025-06-30</h2>
<ul>
<li>Adds a <code>release_id</code> output, and optional input, for
uploading files to release - <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/136">#136</a>
(thanks <a
href="https://github.com/alexis-opolka"><code>@alexis-opolka</code></a>)</li>
</ul>
<h2>[2.10.0] - 2025-06-21</h2>
<ul>
<li>Adds the ability to disable duplicate check, for lower Github API
usage - <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/142">#142</a>
(thanks <a
href="https://github.com/colinsullivan"><code>@colinsullivan</code></a>)</li>
</ul>
<h2>[2.9.1] - 2025-06-21</h2>
<ul>
<li>Fixed development + CI, updated dependencies <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/137">#137</a></li>
</ul>
<h2>[2.9.0] - 2024-02-22</h2>
<ul>
<li>Allow setting a release as draft <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/112">#112</a>
(thanks <a
href="https://github.com/ShonP40"><code>@ShonP40</code></a>)</li>
</ul>
<h2>[2.8.0] - 2024-02-21</h2>
<ul>
<li>Bump all deps</li>
<li>Update to node 20</li>
</ul>
<h2>[2.7.0] - 2023-07-28</h2>
<ul>
<li>Allow setting an explicit target_commitish <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/46">#46</a>
(thanks <a
href="https://github.com/Spikatrix"><code>@Spikatrix</code></a>)</li>
</ul>
<h2>[2.6.1] - 2023-05-31</h2>
<ul>
<li>Do not overwrite body or name if empty <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/108">#108</a>
(thanks <a
href="https://github.com/regevbr"><code>@regevbr</code></a>)</li>
</ul>
<h2>[2.6.0] - 2023-05-23</h2>
<ul>
<li>Add <code>make_latest</code> input parameter. Can be set to
<code>false</code> to prevent the created release from being marked as
the latest release for the repository <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/100">#100</a>
(thanks <a
href="https://github.com/brandonkelly"><code>@brandonkelly</code></a>)</li>
<li>Don't try to upload empty files <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/102">#102</a>
(thanks <a
href="https://github.com/Loyalsoldier"><code>@Loyalsoldier</code></a>)</li>
<li>Bump all deps <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/105">#105</a></li>
<li><code>overwrite</code> option also overwrites name and body <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/106">#106</a>
(thanks <a
href="https://github.com/regevbr"><code>@regevbr</code></a>)</li>
<li>Add <code>promote</code> option to allow prereleases to be promoted
<a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/74">#74</a>
(thanks <a
href="https://github.com/regevbr"><code>@regevbr</code></a>)</li>
</ul>
<h2>[2.5.0] - 2023-02-21</h2>
<ul>
<li>Add retry to upload release <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/96">#96</a>
(thanks <a
href="https://github.com/sonphantrung"><code>@sonphantrung</code></a>)</li>
</ul>
<h2>[2.4.1] - 2023-02-01</h2>
<ul>
<li>Modernize octokit usage</li>
</ul>
<h2>[2.4.0] - 2023-01-09</h2>
<ul>
<li>Update to node 16</li>
<li>Bump most dependencies</li>
</ul>
<h2>[2.3.0] - 2022-06-05</h2>
<ul>
<li>Now defaults <code>repo_token</code> to <code>${{ github.token
}}</code> and <code>tag</code> to <code>${{ github.ref }}</code> <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/69">#69</a>
(thanks <a
href="https://github.com/leighmcculloch"><code>@leighmcculloch</code></a>)</li>
</ul>
<h2>[2.2.1] - 2020-12-16</h2>
<ul>
<li>Added support for the GitHub pagination API for repositories with
many releases <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/36">#36</a>
(thanks <a
href="https://github.com/djpohly"><code>@djpohly</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/81c65b7cd4de9b2570615ce3aad67a41de5b1a13"><code>81c65b7</code></a>
2.11.2</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/b89a939792988a9dc9b9500ce8c902c6da7a5821"><code>b89a939</code></a>
Solve the race-condition when matrix builds try to create the same
release (#...</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/5e35e583720436a2cc5f9682b6f55657101c1ea1"><code>5e35e58</code></a>
2.11.1</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/fc6aa16be328594dc2dc2d237bae985d6f65c1c5"><code>fc6aa16</code></a>
Separate E2E tests into draft + non-draft - each one has its own cleanup
(<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/146">#146</a>)</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/02f15da06d6f85e8b956dd4b1eaacffaaede7644"><code>02f15da</code></a>
2.11.0</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/0b4575260c5fbd42b70f4f65a2b3621824f871e9"><code>0b45752</code></a>
Added docs for draft, input validation, and outputs (<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/145">#145</a>)</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/7edb9f02e8189ab5b4006001aa034240e3fc3f8c"><code>7edb9f0</code></a>
E2E draft tests (<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/144">#144</a>)</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/dfdf376b495ed839e84cf85eadc69ff1d38e16ea"><code>dfdf376</code></a>
Feat: Allow upload to draft release using a matrix (<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/136">#136</a>)</li>
<li>See full diff in <a
href="https://github.com/svenstaro/upload-release-action/compare/ebd922b779f285dafcac6410a0710daee9c12b82...81c65b7cd4de9b2570615ce3aad67a41de5b1a13">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b6db808 commit e8fbed8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments