From 3825edc51a3071169c1a7b151a1f971607f51d74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:11:55 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2 --- .github/workflows/TVTComment.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TVTComment.yml b/.github/workflows/TVTComment.yml index 53b62a2..4e9c8bf 100644 --- a/.github/workflows/TVTComment.yml +++ b/.github/workflows/TVTComment.yml @@ -169,7 +169,7 @@ jobs: path: Artifacts/ - name: Upload Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: Artifacts/*.zip env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6e9597..73bbb5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: zip -r ${{ inputs.artifact-name }}.zip ${{ inputs.artifact-name }}/ - name: Upload Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: '${{ inputs.artifact-name }}.zip' env: