mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-05-15 20:26:45 +08: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
@ -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…
x
Reference in New Issue
Block a user