Raycast in shooter

where i can put raycast Update FixedUpdate or LateUpdate if i use it to shoot enemy colliders and acces script to reduce health and if it die run die animation

Raycasts can be placed in any of those three methods (Update, FixedUpdate, LateUpdate). Feel free to use whichever suits your needs best.