From 61a177553a9bb4fce5bc699d3f307993dd7fe2ac Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Tue, 12 Nov 2019 17:29:16 -0500 Subject: [PATCH] Use `v1` instead of master in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea2680..50ca446 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ steps: - run: echo hello > path/to/artifact/world.txt -- uses: actions/upload-artifact@master +- uses: actions/upload-artifact@v1 with: name: my-artifact path: path/to/artifact