diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 39f6501f8..78b88f482 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -96,7 +96,7 @@ jobs: shell: bash - name: Create Release - uses: "softprops/action-gh-release@v2" + uses: "softprops/action-gh-release@v3" if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: tag_name: ${{ github.ref }}