From e2f5e37059249b8fbd567f20788b48707dd7d0e3 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 23 Jul 2019 15:31:39 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cb6bd0..5f10279 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ See [action.yml](action.yml) Basic (upload current working directory): ```yaml actions: -- uses: actions/checkout@latest +- uses: actions/checkout@master -- uses: actions/download-artifact@latest +- uses: actions/download-artifact@master with: name: my-artifact @@ -22,9 +22,9 @@ Download to specific directory: ```yaml actions: -- uses: actions/checkout@latest +- uses: actions/checkout@master -- uses: actions/download-artifact@latest +- uses: actions/download-artifact@master with: name: my-artifact path: path/to/artifact