Merge pull request #5782 from LibreSign/dependabot/github_actions/svenstaro/upload-release-action-2.11.3

chore(deps): Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3
This commit is contained in:
Vitor Mattos 2025-11-21 12:46:11 -03:00 committed by GitHub
commit 656441e6fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,7 +179,7 @@ jobs:
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
- name: Attach tarball to github release
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2.11.2
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2.11.3
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}