mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 17:08:28 +02:00
feat: bump to use node20 runtime, actions/checkout to v4
This commit is contained in:
parent
e9ef242655
commit
4617b71221
6 changed files with 10 additions and 10 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# using node 16 since that is what the latest version of the runner ships with
|
||||
- name: Setup Node 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue