mirror of
https://github.com/actions/upload-artifact
synced 2024-11-09 19:02:39 +00:00
Referencing checkout at v1 instead of master.
This commit is contained in:
parent
4a2b9e366e
commit
9da9a3d797
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ See [action.yml](action.yml)
|
||||||
Basic:
|
Basic:
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- run: mkdir -p path/to/artifact
|
- run: mkdir -p path/to/artifact
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue