From 5afa11c2e129da74ce22286c087d0bd9d95c647d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:15:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20softprops/action-gh-relea?= =?UTF-8?q?se=20from=201=20to=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/create-config-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml index 2df24601..3b4b357a 100644 --- a/.github/workflows/create-config-zip.yml +++ b/.github/workflows/create-config-zip.yml @@ -15,7 +15,7 @@ jobs: name: config-default path: config-default.zip - name: Upload to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: config-default.zip tag_name: ${{ github.event.release.tag_name }}