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 2020 uses : actions/checkout@v4
2121
2222 - name : Install node
23- uses : actions/setup-node@v4.0.0
23+ uses : actions/setup-node@v4
2424 with :
2525 node-version : ${{ env.node_version }}
2626
4646 uses : actions/checkout@v4
4747
4848 - name : Install node
49- uses : actions/setup-node@v4.0.0
49+ uses : actions/setup-node@v4
5050 with :
5151 node-version : ${{ env.node_version }}
5252
8181 run : npm run build
8282
8383 - name : Archive production artifacts
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 with :
8686 name : dist
8787 path : dist
9696 uses : actions/checkout@v4
9797
9898 - name : Download production artifacts for publication
99- uses : actions/download-artifact@v3
99+ uses : actions/download-artifact@v4
100100 with :
101101 name : dist
102102 path : dist
You can’t perform that action at this time.
0 commit comments