From a7de59197e4f86e2ffa6bf25044c29b48d381a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:55:25 -0700 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#4498) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 fc11e2bab7..4ba63a0257 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -415,13 +415,13 @@ jobs: run: tar -czvf ../kotsadm-nominio.tar.gz -- * - name: Upload airgap archive - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.generate-tag.outputs.tag }} files: ./kotsadm.tar.gz - name: Upload airgap archive without minio - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.generate-tag.outputs.tag }} files: ./kotsadm-nominio.tar.gz