Update softprops/action-gh-release action to v3

This commit is contained in:
Renovate Bot
2026-04-13 02:01:06 +00:00
parent 09ba61f3c5
commit c00078e766

View File

@@ -52,7 +52,7 @@ jobs:
run: ./gradlew assembleSignedRelease run: ./gradlew assembleSignedRelease
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: | files: |