From 9ee17d5bad4d61f45575fdcfc204395d5bd379d0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 29 May 2024 22:05:48 +0300 Subject: [PATCH] Update action-gh-release to v2 --- .github/workflows/release-cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-cmake.yml b/.github/workflows/release-cmake.yml index 75c4878719..a958348b20 100644 --- a/.github/workflows/release-cmake.yml +++ b/.github/workflows/release-cmake.yml @@ -27,7 +27,7 @@ jobs: tar -cJf ${{ github.ref_name }}-cmake.tar.xz ${{ github.ref_name }} sha256sum ${{ github.ref_name }}-cmake.tar.xz > ${{ github.ref_name }}-cmake.tar.xz.txt - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: files: | ${{ github.ref_name }}-cmake.tar.gz @@ -59,7 +59,7 @@ jobs: 7z a ${{ github.ref_name }}-cmake.7z ${{ github.ref_name }} sha256sum ${{ github.ref_name }}-cmake.7z > ${{ github.ref_name }}-cmake.7z.txt - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: files: | ${{ github.ref_name }}-cmake.zip @@ -99,7 +99,7 @@ jobs: tar -cJf ${{ github.ref_name }}-b2-nodocs.tar.xz ${{ github.ref_name }} sha256sum ${{ github.ref_name }}-b2-nodocs.tar.xz > ${{ github.ref_name }}-b2-nodocs.tar.xz.txt - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: files: | ${{ github.ref_name }}-b2-nodocs.tar.gz @@ -140,7 +140,7 @@ jobs: 7z a ${{ github.ref_name }}-b2-nodocs.7z ${{ github.ref_name }} sha256sum ${{ github.ref_name }}-b2-nodocs.7z > ${{ github.ref_name }}-b2-nodocs.7z.txt - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: files: | ${{ github.ref_name }}-b2-nodocs.zip