Get Artifacts of included template

Hi all,

I’d like to use the artifacts created by the Security/SAST.gitlab-ci.yml template in my final pipeline stage (reporting).
How can I motivate the Security/SAST.gitlab-ci.yml templat to store the artifacts somewhere in my project dir? I tried to define

artifacts:
paths:
- binaries/

for this template, but thats not working :frowning:

I’d be happy about every kind of support.

Thank you