From 294ba1c9878c4268871d451e69c2f90b18e69fe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 17:31:36 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/create_aarch64-Linux.yaml | 4 ++-- .github/workflows/create_x86_64-Linux.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_aarch64-Linux.yaml b/.github/workflows/create_aarch64-Linux.yaml index f1e7d49..1738e91 100644 --- a/.github/workflows/create_aarch64-Linux.yaml +++ b/.github/workflows/create_aarch64-Linux.yaml @@ -133,7 +133,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -147,7 +147,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" diff --git a/.github/workflows/create_x86_64-Linux.yaml b/.github/workflows/create_x86_64-Linux.yaml index 61ee97c..d22bdec 100644 --- a/.github/workflows/create_x86_64-Linux.yaml +++ b/.github/workflows/create_x86_64-Linux.yaml @@ -142,7 +142,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -156,7 +156,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.1 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"