Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
674 B

# Storing Artifacts
GitHub provides a feature for storing artifacts, which allows you to upload build outputs or other files as part of your workflow.
- Artifacts: These are files generated by a job, such as compiled binaries, test reports, or logs. They can be used to validate the results of a build or deployment.
- Referenceable storage: Artifacts are stored in a referenceable way, making it easy to access and use them in future builds.
Visit the following resources to learn more:
- [@official@Storing and sharing data from a workflow](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/storing-and-sharing-data-from-a-workflow)