mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-19 05:59:53 +08:00
Update README for semantic versioning
This commit is contained in:
@@ -11,9 +11,9 @@ See [action.yml](action.yml)
|
|||||||
Basic (download to current working directory):
|
Basic (download to current working directory):
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
|
|
||||||
@@ -24,9 +24,9 @@ Download to specific directory:
|
|||||||
```yaml
|
```yaml
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: path/to/artifact
|
path: path/to/artifact
|
||||||
|
Reference in New Issue
Block a user