1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-10-23 08:56:38 +08:00

Use v1 instead of master in example

This commit is contained in:
Josh Gross
2019-11-12 17:29:16 -05:00
committed by GitHub
parent f9dc46e362
commit 61a177553a

View File

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