summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-02 12:01:40 +0000
committerGitHub <noreply@github.com>2023-02-02 12:01:40 +0000
commit80dce5952c9cfd5cc0ee2fbd64351cf1d7939203 (patch)
tree403b8b66a79398d813bb2802bd7fb6afa42582d0
parent2f305b3a5cf2562857cb726d3f3cc9e2535d93b3 (diff)
Bump svenstaro/upload-release-action from 2.4.0 to 2.4.1dependabot/github_actions/svenstaro/upload-release-action-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 }}