

Amazon CodeCatalyst is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see [How to migrate from CodeCatalyst](migration.md).

# Downloading artifacts
<a name="workflows-download-workflow-outputs"></a>

You can download and inspect artifacts generated by your Amazon CodeCatalyst workflow actions for troubleshooting purposes. There are two types of artifact you can download:
+ **Source artifacts** – An artifact that contains a snapshot of the source repository content as it existed when the run started.
+ **Workflow artifacts** – An artifact defined in the `Outputs` property of your workflow's configuration file.

**To download artifacts output by the workflow**

1. Open the CodeCatalyst console at [https://codecatalyst.aws/](https://codecatalyst.aws/).

1. Choose your project.

1. In the navigation pane, choose **CI/CD**, and then choose **Workflows**.

1. Choose the name of your workflow. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status.

1. Under the workflow's name, choose **Runs**.

1. In **Run history**, in the **Run ID** column, choose a run. For example, `Run-95a4d`.

1. Under the run's name, choose **Artifacts**.

1. Next to an artifact, choose **Download**. An archive file downloads. Its file name consists of seven random characters.

1. Extract the archive using an archive extraction utility of your choice.