summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-24 12:57:52 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-25 11:50:58 +0200
commit0d16ae7cb2010f1717a294bbd3e60402f52a8462 (patch)
tree1700df435985687d86babc8fb5479b07218d1e30
parentf22dddd4bbdc0c85203d48d2f84a15264d67667c (diff)
Build(deps): Bump svenstaro/upload-release-action from 2.5.0 to 2.6.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.5.0 to 2.6.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/7319e4733ec7a184d739a6f412c40ffc339b69c7...58d525808845e4c8ff229ea1d5d7c496504a79bc) --- 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>
-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 237a8ceab..d2bb7a6c0 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@7319e4733ec7a184d739a6f412c40ffc339b69c7
+ uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}