diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index baacc5b..a53368a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: find dist -name "*.sha256" -type f -print0 | xargs -0 cat > checksums.txt - name: Create release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v3.0.0 with: files: | dist/**/*.tar.gz