From 20cc690c47ca2118866322c0a4c0765308b67994 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:44:57 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/build_aarch64_Linux.yaml | 4 ++-- .github/workflows/build_x86_64_Linux.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index 67d7e53..c84c040 100644 --- a/.github/workflows/build_aarch64_Linux.yaml +++ b/.github/workflows/build_aarch64_Linux.yaml @@ -165,7 +165,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "Continuous ${{ env.B_ARCH }}" tag_name: "${{ env.B_ARCH }}" @@ -181,7 +181,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "FLATIMAGE-(${{ env.FIM_VERSION}})-${{ env.UTC_TIME }}-${{ env.B_ARCH }}" tag_name: "${{ env.UTC_TIME }}-${{ env.B_ARCH }}" diff --git a/.github/workflows/build_x86_64_Linux.yaml b/.github/workflows/build_x86_64_Linux.yaml index 4f07313..930b2c8 100644 --- a/.github/workflows/build_x86_64_Linux.yaml +++ b/.github/workflows/build_x86_64_Linux.yaml @@ -164,7 +164,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "Continuous ${{ env.B_ARCH }}" tag_name: "${{ env.B_ARCH }}" @@ -180,7 +180,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "FLATIMAGE-(${{ env.FIM_VERSION}})-${{ env.UTC_TIME }}-${{ env.B_ARCH }}" tag_name: "${{ env.UTC_TIME }}-${{ env.B_ARCH }}"