Moving Artifacts to a new path

Move artifacts safely to a new storage path on a self-managed GitLab?

I would like to change my current artifact’s storage path to a different mounted share so that I can save space on my SSD. I managed to do the config change and mounted the share following the official documentation, however, I have noticed that the old artifacts did not migrate to the new path on the mounted share.

Is there a way(documented or not) to safely move artifacts from a previous location to another one such that GitLab can still retrieve/download them from the pipeline’s page?

Any input is appreciated!