From 00da8ca06f1320f46e9178cdf9d9dc9abd60dc25 Mon Sep 17 00:00:00 2001 From: Matt Kantor Date: Tue, 10 Aug 2021 11:37:19 -0700 Subject: [PATCH] Fix a missing space in storing-workflow-data-as-artifacts.md --- content/actions/guides/storing-workflow-data-as-artifacts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/guides/storing-workflow-data-as-artifacts.md b/content/actions/guides/storing-workflow-data-as-artifacts.md index cf6cb57294..a5c49679f7 100644 --- a/content/actions/guides/storing-workflow-data-as-artifacts.md +++ b/content/actions/guides/storing-workflow-data-as-artifacts.md @@ -132,7 +132,7 @@ The `retention-days` value cannot exceed the retention limit set by the reposito ## Downloading or deleting artifacts -During a workflow run, you can use the [`download-artifact`](https://github.com/actions/download-artifact)action to download artifacts that were previously uploaded in the same workflow run. +During a workflow run, you can use the [`download-artifact`](https://github.com/actions/download-artifact) action to download artifacts that were previously uploaded in the same workflow run. After a workflow run has been completed, you can download or delete artifacts on {% data variables.product.prodname_dotcom %} or using the REST API. For more information, see "[Downloading workflow artifacts](/actions/managing-workflow-runs/downloading-workflow-artifacts)," "[Removing workflow artifacts](/actions/managing-workflow-runs/removing-workflow-artifacts)," and the "[Artifacts REST API](/rest/reference/actions#artifacts)."