mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-01 17:26:34 +00:00
README: update actions/checkout to v3
actions/checkout@v2 uses node v12 which is deprecated, so better to use the current version for anyone who copies and pastes this example
This commit is contained in:
parent
3cea537223
commit
b025b05215
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ See [action.yml](action.yml)
|
|||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: mkdir -p path/to/artifact
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue