summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-22 13:26:09 +0100
committerGitHub <noreply@github.com>2023-02-22 13:26:09 +0100
commitfa8f5918c1876eb8c69fb726e10d6b6a6e738acd (patch)
tree0ae3ef0aab0ee2ea592ec235c159be0102b7de41
parenteb4196eba3e0dea4a23a742eb10732c9de403e7b (diff)
Build(deps): Bump svenstaro/upload-release-action from 2.4.1 to 2.5.0 (#2113)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/cc92c9093e5f785e23a3d654fe2671640b851b5f...7319e4733ec7a184d739a6f412c40ffc339b69c7) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index aa8102315..554818fd7 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -52,7 +52,7 @@ jobs:
app_public_crt: ${{ secrets.APP_PUBLIC_CRT }}
- name: Upload app tarball to release
- uses: svenstaro/upload-release-action@cc92c9093e5f785e23a3d654fe2671640b851b5f
+ uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}