Updating the attachment from front end doesn’t show the new change

This is how I resolved it:

$myNewImg = get_post_meta($id, 'usp-file-single', true);
if (isset($_POST['uploadImgCustom'])) {
    $myNewImg = $_POST['uploadImgCustom'];
}
$attachments = get_posts(array(....