Skip to content

Commit

Permalink
Bump svenstaro/upload-release-action from 2.4.0 to 2.4.1 (jaegertraci…
Browse files Browse the repository at this point in the history
…ng#4201)

Bumps
[svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action)
from 2.4.0 to 2.4.1.
<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.4.1</h2>
<ul>
<li>Modernize octokit usage</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.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://github-redirect.dependabot.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://github-redirect.dependabot.com/svenstaro/upload-release-action/pull/36">#36</a>
(thanks <a
href="https://github.com/djpohly"><code>@​djpohly</code></a>)</li>
</ul>
<h2>[2.2.0] - 2020-10-07</h2>
<ul>
<li>Add support for ceating a new release in a foreign repository <a
href="https://github-redirect.dependabot.com/svenstaro/upload-release-action/pull/25">#25</a>
(thanks <a
href="https://github.com/kittaakos"><code>@​kittaakos</code></a>)</li>
<li>Upgrade all deps</li>
</ul>
<h2>[2.1.1] - 2020-09-25</h2>
<ul>
<li>Fix <code>release_name</code> option <a
href="https://github-redirect.dependabot.com/svenstaro/upload-release-action/pull/27">#27</a>
(thanks <a
href="https://github.com/kittaakos"><code>@​kittaakos</code></a>)</li>
</ul>
<h2>[2.1.0] - 2020-08-10</h2>
<ul>
<li>Strip refs/heads/ from the input tag <a
href="https://github-redirect.dependabot.com/svenstaro/upload-release-action/pull/23">#23</a>
(thanks <a
href="https://github.com/OmarEmaraDev"><code>@​OmarEmaraDev</code></a>)</li>
</ul>
<h2>[2.0.0] - 2020-07-03</h2>
<ul>
<li>Add <code>prerelease</code> input parameter. Setting this marks the
created release as a pre-release.</li>
<li>Add <code>release_name</code> input parameter. Setting this
explicitly sets the title of the release.</li>
<li>Add <code>body</code> input parameter. Setting this sets the text
content of the created release.</li>
<li>Add <code>browser_download_url</code> output variable. This contains
the publicly accessible download URL of the uploaded artifact.</li>
<li>Allow for leaving <code>asset_name</code> unset. This will cause the
asset to use the filename.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/cc92c9093e5f785e23a3d654fe2671640b851b5f"><code>cc92c90</code></a>
2.4.1</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/72f6bf584affe60a3dda8f3983bc80f207768868"><code>72f6bf5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/svenstaro/upload-release-action/issues/93">#93</a>
from ggreif/gabor/fix</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/f2899b4677f8400fd72fa149d6e950f89864c6bf"><code>f2899b4</code></a>
use <code>createReadStream</code></li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/af306bddfef223979bfb9a76057c736d6a597718"><code>af306bd</code></a>
Revert &quot;use the <code>@file</code> mechanism of
octokit-5&quot;</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/9927d3f5ec4aad69542d020b27c888bc5dd79251"><code>9927d3f</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/svenstaro/upload-release-action/issues/92">#92</a>
from ggreif/patch-2</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/e5e4b800aabcb562ca092a1b15c124970d112992"><code>e5e4b80</code></a>
use the <code>@file</code> mechanism of octokit-5</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/74f6bde645a3f5f70c0311ede61fb790fd79441a"><code>74f6bde</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/svenstaro/upload-release-action/issues/91">#91</a>
from ggreif/gabor/subst</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/0e6c75888adfbe14bf184b5f61940983f8c75754"><code>0e6c758</code></a>
move percent recovery to the last step</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/5cbce4f5ee4181ff22f51108e23b741b3c358f69"><code>5cbce4f</code></a>
do the transpilation</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/df11ebfac270de6963be1035f4c5e920f63100aa"><code>df11ebf</code></a>
test <code>%</code> too</li>
<li>Additional commits viewable in <a
href="https://github.com/svenstaro/upload-release-action/compare/2728235f7dc9ff598bd86ce3c274b74f802d2208...cc92c9093e5f785e23a3d654fe2671640b851b5f">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.4.0&new-version=2.4.1)](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 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>
  • Loading branch information
dependabot[bot] authored Feb 3, 2023
1 parent 42ef143 commit 6b6bb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.build-binaries.outcome == 'success'

- name: Upload binaries
uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208
uses: svenstaro/upload-release-action@cc92c9093e5f785e23a3d654fe2671640b851b5f
with:
file: '{deploy/*.tar.gz,deploy/*.zip,deploy/*.sha256sum.txt,deploy/*.asc}'
file_glob: true
Expand Down

0 comments on commit 6b6bb5b

Please sign in to comment.