From c10b2cf7340363e157b41815abf8fd01ab6bd9c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:02:13 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 8729157..4e97e6e 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -61,7 +61,7 @@ jobs: echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}" - name: Release Artifacts - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v3.0.0 with: name: "Android Tools: ${{ env.VERSION }}" tag_name: "${{ env.VERSION }}@${{ env.DATE }}"