Gitlab CI is using the wrong artifacts

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

When I run a completely new, non-re-run pipeline with a commit, the pipeline is using artifacts from many builds ago, which is breaking the build. These artifacts are a few versions old by now and were created in a separate pipeline a while ago, so not sure why they are showing up in this pipeline, but it's breaking the build consistently because these irrelevant artifacts are added to any pipeline that is run now whether it is scheduled via the GUI or a commit. not sure what other information I can give because I've not been able to find any information on the issue at all.

tl;dr: gitlab ci is putting old artifacts into new pipelines and breaking them.

Edited by 🤖 GitLab Bot 🤖