File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5151 with :
5252 path : ${{ matrix.branch }}
5353 key : ${{ env.CACHE_KEY }}
54- - uses : actions/setup-node@v5
54+ - uses : actions/setup-node@v6
5555 if : steps.artifacts-restore.outputs.cache-hit != 'true'
5656 with :
5757 node-version : 25
7878 path : ${{ matrix.branch }}
7979 key : ${{ env.CACHE_KEY }}
8080 - name : Upload artifacts for branch ${{ matrix.branch }}
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : ${{ matrix.branch }}
8484 path : ${{ matrix.branch }}
9292 steps :
9393 - uses : actions/checkout@v5
9494 - name : Download artifacts
95- uses : actions/download-artifact@v5
95+ uses : actions/download-artifact@v6
9696 with :
9797 path : pages
9898 - name : Setup Pages
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v5
1717
1818 - name : Use Node.js
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : 25
2222 cache : npm
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-node@v5
13+ - uses : actions/setup-node@v6
1414 with :
1515 node-version : 25
1616 cache : npm
2525 runs-on : windows-2022
2626 steps :
2727 - uses : actions/checkout@v5
28- - uses : actions/setup-node@v5
28+ - uses : actions/setup-node@v6
2929 with :
3030 node-version : 25
3131 cache : npm
3636 runs-on : ubuntu-latest
3737 steps :
3838 - uses : actions/checkout@v5
39- - uses : actions/setup-node@v5
39+ - uses : actions/setup-node@v6
4040 with :
4141 node-version : 25
4242 cache : npm
5959 runs-on : ubuntu-latest
6060 steps :
6161 - uses : actions/checkout@v5
62- - uses : actions/setup-node@v5
62+ - uses : actions/setup-node@v6
6363 with :
6464 node-version : ${{ matrix.node }}
6565 cache : npm
8383 runs-on : ${{ matrix.os }}
8484 steps :
8585 - uses : actions/checkout@v5
86- - uses : actions/setup-node@v5
86+ - uses : actions/setup-node@v6
8787 with :
8888 node-version : ${{ matrix.node }}
8989 cache : npm
You can’t perform that action at this time.
0 commit comments