From e8a269dcd4a3fdbcc5dce179edeefcdbb5b691d4 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 19 Feb 2021 10:52:54 +0100 Subject: [PATCH] README: update desc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a5efab2..ee01cbae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Download workflow artifact GitHub Action -An action that downloads and extracts uploaded artifact associated with given workflow and commit. +An action that downloads and extracts uploaded artifact associated with given workflow and commit or other criteria. Let's suppose you have a workflow with a job in it that at the end uploads an artifact using `actions/upload-artifact` action and you want to download this artifact in another workflow that is run after the first one. Official `actions/download-artifact` does not allow this. That's why I decided to create this action. By knowing only the workflow name and commit SHA, you can download the previously uploaded artifact from different workflow associated with that commit and use it.