mirror of
https://github.com/actions/upload-artifact.git
synced 2024-11-23 04:29:03 +00:00
README: Bump actions/checkout to v3 (#352)
`Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout` It's great to have non-deprecated examples.
This commit is contained in:
parent
7fe6c13ac8
commit
e0057a5b76
@ -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…
Reference in New Issue
Block a user