mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-20 21:48:21 +02:00
feat: bump to use node20 runtime, actions/checkout to v4
This commit is contained in:
parent
65d862660a
commit
424afd3cc8
5 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ See [action.yml](action.yml)
|
|||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: mkdir -p path/to/artifact
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue