File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 id-token : write
3838 steps :
3939 - uses : actions/checkout@v6
40- - uses : actions/download-artifact@v6
40+ - uses : actions/download-artifact@v7
4141 with :
4242 name : build
4343 path : pkg
5959 packages : write
6060 steps :
6161 - uses : actions/checkout@v6
62- - uses : actions/download-artifact@v6
62+ - uses : actions/download-artifact@v7
6363 with :
6464 name : build
6565 path : pkg
8888 with :
8989 node-version-file : " .node-version"
9090
91- - uses : actions/download-artifact@v6
91+ - uses : actions/download-artifact@v7
9292 with :
9393 name : build
9494 path : pkg
@@ -104,7 +104,7 @@ jobs:
104104 contents : write
105105 steps :
106106 - uses : actions/checkout@v6
107- - uses : actions/download-artifact@v6
107+ - uses : actions/download-artifact@v7
108108 with :
109109 name : build
110110 path : pkg
Original file line number Diff line number Diff line change 6262 needs : wasm-build
6363 steps :
6464 - uses : actions/checkout@v6
65- - uses : actions/download-artifact@v6
65+ - uses : actions/download-artifact@v7
6666 with :
6767 name : build
6868 path : pkg
7777 needs : wasm-build
7878 steps :
7979 - uses : actions/checkout@v6
80- - uses : actions/download-artifact@v6
80+ - uses : actions/download-artifact@v7
8181 with :
8282 name : build
8383 path : pkg
9393 needs : wasm-build
9494 steps :
9595 - uses : actions/checkout@v6
96- - uses : actions/download-artifact@v6
96+ - uses : actions/download-artifact@v7
9797 with :
9898 name : build
9999 path : pkg
You can’t perform that action at this time.
0 commit comments