diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c894aec4..608b9b09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,7 +95,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.ref }} - - uses: softprops/action-gh-release@v2.6.2 + - uses: softprops/action-gh-release@v3.0.2 with: name: Release v${{ needs.check_if_version_upgraded.outputs.version }} tag_name: ${{ needs.check_if_version_upgraded.outputs.version }}