Skip to content

Commit dcdd9eb

Browse files
Update softprops/action-gh-release action to v3
1 parent e09fdc1 commit dcdd9eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Create release if tagged
8383
if: startsWith(github.ref, 'refs/tags/')
84-
uses: softprops/action-gh-release@v1
84+
uses: softprops/action-gh-release@v3
8585
with:
8686
generate_release_notes: true
8787

@@ -93,7 +93,7 @@ jobs:
9393
# generated release notes.
9494
- name: Update release with SHA256
9595
if: startsWith(github.ref, 'refs/tags/')
96-
uses: softprops/action-gh-release@v1
96+
uses: softprops/action-gh-release@v3
9797
with:
9898
append_body: true
9999
body_path: SHA256SUMS

0 commit comments

Comments
 (0)