diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d33f779..6479165 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: - name: Create GitHub Release and upload assets if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref }} name: Release ${{ github.ref }}