File tree Expand file tree Collapse file tree 2 files changed +55
-48
lines changed
Expand file tree Collapse file tree 2 files changed +55
-48
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Setup Node.js
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v5
2121 with :
2222 node-version : 22
2323 registry-url : https://registry.npmjs.org/
5454 uses : actions/checkout@v4
5555
5656 - name : Setup Node.js
57- uses : actions/setup-node@v4
57+ uses : actions/setup-node@v5
5858 with :
5959 node-version : ${{ matrix.node }}
6060 registry-url : https://registry.npmjs.org/
6767 run : npm ci
6868
6969 - name : Download build artifact
70- uses : actions/download-artifact@v4
70+ uses : actions/download-artifact@v5
7171 with :
7272 name : package
7373 path : .
9292 uses : actions/checkout@v4
9393
9494 - name : Setup Node.js
95- uses : actions/setup-node@v4
95+ uses : actions/setup-node@v5
9696 with :
9797 node-version : 22
9898 registry-url : https://registry.npmjs.org/
@@ -105,7 +105,7 @@ jobs:
105105 run : npm ci
106106
107107 - name : Download build artifact
108- uses : actions/download-artifact@v4
108+ uses : actions/download-artifact@v5
109109 with :
110110 name : package
111111 path : ./package
You can’t perform that action at this time.
0 commit comments