File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - name : Checkout
2525 uses : actions/checkout@v4
2626
27- - uses : actions/setup-node@v3
27+ - uses : actions/setup-node@v4
2828 with :
2929 node-version : 18
3030
6060 with :
6161 name : artifact-${{ github.run_id }}
6262
63- - uses : actions/setup-node@v3
63+ - uses : actions/setup-node@v4
6464 with :
6565 node-version : 18
6666
9595 uses : actions/download-artifact@v3
9696 with :
9797 name : artifact-${{ github.run_id }}
98- - uses : actions/setup-node@v3
98+ - uses : actions/setup-node@v4
9999 with :
100100 node-version : ${{ matrix.node-version }}
101101 - name : Install deps
@@ -122,7 +122,7 @@ jobs:
122122 uses : actions/download-artifact@v3
123123 with :
124124 name : artifact-${{ github.run_id }}
125- - uses : actions/setup-node@v3
125+ - uses : actions/setup-node@v4
126126 with :
127127 node-version : 18
128128
You can’t perform that action at this time.
0 commit comments