AL-Go version
latest
Describe the issue
When downloading artifacts from projects build earlier in the same workflow, it flags projects as missing if either Apps or TestApps are missing. This means that projects, which only contains TestApps or Apps will be downloaded but also looked for in the last known good build later on. It doesn't fail, because it cannot find the artifacts in that built either.
See https://github.com/Freddy-DK/DependenciesProblems/actions/runs/21079606240/job/60630194330
Expected behavior
AL-Go shouldn't try to download artifacts from a prior build when the project is build in this run
Steps to reproduce
Fork Freddy-DK/DependenciesProblems
Run CI/CD
See the output of Download Project Dependencies of P0 (thinks that P1 isn't built)
Additional context (logs, screenshots, etc.)
No response