Use `v1` instead of master in example

pull/32/head
Josh Gross 6 years ago committed by GitHub
parent f9dc46e362
commit 61a177553a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save