diff --git a/.github/workflows/build_bootstrap_images_aarch64.yaml b/.github/workflows/build_bootstrap_images_aarch64.yaml index eb9686a..225ff78 100644 --- a/.github/workflows/build_bootstrap_images_aarch64.yaml +++ b/.github/workflows/build_bootstrap_images_aarch64.yaml @@ -169,7 +169,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -183,7 +183,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" diff --git a/.github/workflows/build_bootstrap_images_x86_64.yaml b/.github/workflows/build_bootstrap_images_x86_64.yaml index 241d80a..7c640eb 100644 --- a/.github/workflows/build_bootstrap_images_x86_64.yaml +++ b/.github/workflows/build_bootstrap_images_x86_64.yaml @@ -168,7 +168,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -182,7 +182,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" diff --git a/.github/workflows/fetch_runner_images.yaml b/.github/workflows/fetch_runner_images.yaml index a8157a4..de8d5de 100644 --- a/.github/workflows/fetch_runner_images.yaml +++ b/.github/workflows/fetch_runner_images.yaml @@ -222,7 +222,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "${{ env.METADATA_TAG }}" tag_name: "${{ env.METADATA_TAG }}" @@ -237,7 +237,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "${{ env.METADATA_TAG }}" tag_name: "${{ env.UTC_TIME }}-${{ env.METADATA_TAG }}" diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 29aa11a..f143249 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -178,7 +178,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_COMMON == 'TRUE' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "Common Utils" tag_name: "common-utils"