mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-06 22:35:36 +08:00
Update README.md
This commit is contained in:
@@ -9,9 +9,9 @@ See [action.yml](action.yml)
|
|||||||
Basic (upload current working directory):
|
Basic (upload current working directory):
|
||||||
```yaml
|
```yaml
|
||||||
actions:
|
actions:
|
||||||
- uses: actions/checkout@latest
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- uses: actions/download-artifact@latest
|
- uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
|
|
||||||
@@ -22,9 +22,9 @@ Download to specific directory:
|
|||||||
```yaml
|
```yaml
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
- uses: actions/checkout@latest
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- uses: actions/download-artifact@latest
|
- uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: path/to/artifact
|
path: path/to/artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user