Skip to content

Commit 4cb1ea3

Browse files
Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 (#1540)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.2 to 2.11.3. <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.3</h2> <p>Post-fix Github errors - releases created as draft when they shouldn't have been - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/99">#99</a></p> </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> <h2>[2.11.3] - 2025-11-20</h2> <ul> <li>Post-fix releases created as draft when they shouldn't have - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/99">#99</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/svenstaro/upload-release-action/commit/6b7fa9f267e90b50a19fef07b3596790bb941741"><code>6b7fa9f</code></a> 2.11.3</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/d78c2556e142f0ca7e915302380c1d933b4213b8"><code>d78c255</code></a> Fix releases that are created as drafts (github error) (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/151">#151</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/7027b7670c56b9473901daad1fb8a09ab534688e"><code>7027b76</code></a> Update README.md - explicated permission error resolution</li> <li>See full diff in <a href="https://github.com/svenstaro/upload-release-action/compare/2.11.2...2.11.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svenstaro/upload-release-action&package-manager=github_actions&previous-version=2.11.2&new-version=2.11.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4bf390 commit 4cb1ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: artifacts
7676

7777
- name: Upload Release
78-
uses: svenstaro/[email protected].2
78+
uses: svenstaro/[email protected].3
7979
with:
8080
repo_token: ${{ secrets.GITHUB_TOKEN }}
8181
file: "artifacts/*/*.zip"

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Upload Release
9292
if: startsWith(github.ref, 'refs/tags/v')
93-
uses: svenstaro/[email protected].2
93+
uses: svenstaro/[email protected].3
9494
with:
9595
repo_token: ${{ secrets.GITHUB_TOKEN }}
9696
file: "*.zip"

0 commit comments

Comments
 (0)