From ceafd8bc4a6fee6ac72e247357972de454ce0ed9 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 16 Jan 2020 14:36:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2f4f30..867468d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ To upload artifacts only when the previous step of a job failed, use [`if: failu ## Where does the upload go? In the top right corner of a workflow run, once the run is over, if you used this action, there will be a `Artifacts` dropdown which you can download items from. Here's a screenshot of what it looks like
-![Artifacts Screenshot](https://user-images.githubusercontent.com/3685876/62906968-1b4aff80-bd3f-11e9-8815-9058eb05692a.png) +![image](https://user-images.githubusercontent.com/16109154/72556687-20235a80-386d-11ea-9e2a-b534faa77083.png) + +There is a trash can icon that can be used to delete the artifact. This icon will only appear for users who have write permissions to the repository. # License