From d629341e347e98b425fe47c5bc72560aa9b90902 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:58:46 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.5.0 --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index f18dfc8..49d7af2 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -53,7 +53,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@v2.5.0 with: name: "OBS Studio: ${{ env.VERSION }}" tag_name: "${{ env.VERSION }}@${{ env.DATE }}"