From db781ed25670fc7e6df66349b158eed88eda629b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:04:41 -0400 Subject: [PATCH] ci(github): bump softprops/action-gh-release from 1 to 2 (#1606) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0601c340..18e7492f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -87,7 +87,7 @@ jobs: run: cmake --build build --preset ${{ matrix.config.buildPreset }} --target package_source - name: Update GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true # Only upload the following artifacts: @@ -129,7 +129,7 @@ jobs: run: for file in zeal-*.AppImage*; do sha256sum $file > $file.sha256; done - name: Update GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true fail_on_unmatched_files: true