mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-05-11 10:16:44 +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
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: mkdir -p path/to/artifact
|
- run: mkdir -p path/to/artifact
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user