Question 044

### To access an `artifact` that was created in another, previously triggered workflow run you can: > https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#about-workflow-artifacts 1. [x] You cannot access `artifacts` that were created in a different workflow run 1. [ ] Use the `actions/download-artifact` action. 1. [ ] Use the `actions/upload-artifact` action. 1. [ ] Use the `actions/download-artifact` action and make sure the artifact is not expired