mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +00:00
actions to steps
This commit is contained in:
parent
964323f426
commit
378baa6d3e
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ See [action.yml](action.yml)
|
||||||
|
|
||||||
Basic (upload current working directory):
|
Basic (upload current working directory):
|
||||||
```yaml
|
```yaml
|
||||||
actions:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
|
@ -21,7 +21,7 @@ actions:
|
||||||
Download to specific directory:
|
Download to specific directory:
|
||||||
```yaml
|
```yaml
|
||||||
|
|
||||||
actions:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
|
|
Loading…
Reference in a new issue