Question 044
### To access an `artifact` that was created in another, previously triggered workflow run you can:
> https://github.com/actions/download-artifact?tab=readme-ov-file#download-artifacts-from-other-workflow-runs-or-repositories
1. [ ] You cannot access `artifacts` that were created in a different workflow run
1. [x] Use the `actions/download-artifact` action with elevated permissions.
1. [ ] Use the `actions/upload-artifact` action.
1. [ ] Use the `actions/download-artifact` action and make sure the artifact is not expired