Skip to content

Commit e628785

Browse files
chore(deps): bump softprops/action-gh-release from 2 to 3 (#5912)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b665b1 commit e628785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,13 +447,13 @@ jobs:
447447
run: tar -czvf ../kotsadm-nominio.tar.gz -- *
448448

449449
- name: Upload airgap archive
450-
uses: softprops/action-gh-release@v2
450+
uses: softprops/action-gh-release@v3
451451
with:
452452
tag_name: ${{ needs.generate-tag.outputs.tag }}
453453
files: ./kotsadm.tar.gz
454454

455455
- name: Upload airgap archive without minio
456-
uses: softprops/action-gh-release@v2
456+
uses: softprops/action-gh-release@v3
457457
with:
458458
tag_name: ${{ needs.generate-tag.outputs.tag }}
459459
files: ./kotsadm-nominio.tar.gz

0 commit comments

Comments
 (0)