autoship_upgrade_completed (action)
( src/upgrade.php) Used to trigger custom actions after upgrading the Autoship Cloud version. It takes the $current_version[1] and the Autoship_Version as its parameters.
Code
do_action( 'autoship_upgrade_completed', $current_version[1], Autoship_Version );
Found in the Functions