diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf707c6..e9bb8dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: (cd dist && sha256sum git-plus_*.tar.gz > checksums.txt) - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | dist/git-plus_*.tar.gz