summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-02 12:01:40 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-02-10 15:19:41 +0100
commit3988ae950f7bebff6d2eb026c06f8b0363c62db9 (patch)
treeefa903372da2ec66a1fc4c23ef6f5c27bf80d2c6
parentcb8eaf38a3cfc8a9889609b945ece254ba343288 (diff)
Bump svenstaro/upload-release-action from 2.4.0 to 2.4.1
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.4.0 to 2.4.1. - [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/2728235f7dc9ff598bd86ce3c274b74f802d2208...cc92c9093e5f785e23a3d654fe2671640b851b5f) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 9ae9c3588..aa8102315 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@2728235f7dc9ff598bd86ce3c274b74f802d2208
+ uses: svenstaro/upload-release-action@cc92c9093e5f785e23a3d654fe2671640b851b5f
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}