From e1d46bb95c156ee67cdec403d4ad933119c99e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 03:33:31 +0000 Subject: [PATCH] ci: 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-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d8b6131..91c7621 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -259,7 +259,7 @@ jobs: -czvf "../allow2-${VERSION}.tar.gz" allow2 - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | allow2-custom-component-${{ needs.information.outputs.version }}.zip diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4858edb..ad081f4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -71,7 +71,7 @@ jobs: -czvf "../allow2-${VERSION}.tar.gz" allow2 - name: Upload release assets - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | allow2-${{ needs.release-info.outputs.version }}.zip