Hello.
Per your description for Recommended setup for public repositories how does the artifact: option know which triggering run to go fetch the artifacts from?
More to the point however, is do you have any advise on how one can test/debug their implementation of .github/workflows/test-report.yml in a PR -- without having to iterate on landing updates to make it work to the master branch?
I have tried adding on: -> workflow_dispatch to my .github/workflows/test-report.yml and then running the workflow manually with:

But that manual run doesn't find artifacts to report on:

likely because it has no linkage back to a .github/workflows/ci.yml that uploaded artifacts?