diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5437c0..f84c4c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: sha256sum * > checksums.txt - name: Upload Release Assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/* generate_release_notes: true