From 7f476d7a8986b0ef8b24fb8d6ccd17924aee95ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:32:54 +0000 Subject: [PATCH] ci(github): bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 a0503777..b0a60c77 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