1515 matrix :
1616 os : [macos-13, macos-14, macos-15, windows-2019, windows-2022]
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : actions/setup-node@v4
2020 with :
2121 node-version-file : .nvmrc
@@ -33,13 +33,13 @@ jobs:
3333 matrix :
3434 os : [macos-14]
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - uses : actions/setup-node@v4
3838 with :
3939 node-version-file : .nvmrc
4040 - run : yarn install --frozen-lockfile
4141 - run : yarn ci:ignore-tcc-db
42- - uses : actions/upload-artifact@v3
42+ - uses : actions/upload-artifact@v4
4343 if : always()
4444 with :
4545 name : artifacts
@@ -51,14 +51,14 @@ jobs:
5151 matrix :
5252 os : [windows-2019, windows-2022]
5353 steps :
54- - uses : actions/checkout@v3
55- - uses : actions/setup-node@v3
54+ - uses : actions/checkout@v4
55+ - uses : actions/setup-node@v4
5656 with :
57- node-version : 20
57+ node-version-file : .nvmrc
5858 - run : yarn install --frozen-lockfile
5959 - run : yarn ci:nvda-install-dir
6060 - run : Get-ChildItem $env:USERPROFILE\nvda
61- - uses : actions/upload-artifact@v3
61+ - uses : actions/upload-artifact@v4
6262 if : always()
6363 with :
6464 name : artifacts
0 commit comments