File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 with :
4040 node-version-file : " .node-version"
4141 registry-url : " https://registry.npmjs.org"
42- - uses : actions/download-artifact@v7
42+ - uses : actions/download-artifact@v8
4343 with :
4444 name : build
4545 path : pkg/
5959 - uses : actions/setup-node@v6
6060 with :
6161 node-version-file : " .node-version"
62- - uses : actions/download-artifact@v7
62+ - uses : actions/download-artifact@v8
6363 with :
6464 name : build
6565 path : pkg/
7979 with :
8080 node-version-file : " .node-version"
8181 registry-url : " https://npm.pkg.github.com"
82- - uses : actions/download-artifact@v7
82+ - uses : actions/download-artifact@v8
8383 with :
8484 name : build
8585 path : pkg/
9797 contents : write
9898 steps :
9999 - uses : actions/checkout@v6
100- - uses : actions/download-artifact@v7
100+ - uses : actions/download-artifact@v8
101101 with :
102102 name : build
103103 path : pkg/
Original file line number Diff line number Diff line change 7676 - uses : taiki-e/install-action@v2
7777 with :
7878 tool : just
79- - uses : actions/download-artifact@v7
79+ - uses : actions/download-artifact@v8
8080 with :
8181 name : build
8282 path : pkg/
You can’t perform that action at this time.
0 commit comments