Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent bd00507 commit 3825edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TVTComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3825edc

Please sign in to comment.