File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed 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
7878 needs : wasm-build
7979 steps :
8080 - uses : actions/checkout@v6
81- - uses : actions/download-artifact@v6
81+ - uses : actions/download-artifact@v7
8282 with :
8383 name : build
8484 path : pkg
9494 needs : wasm-build
9595 steps :
9696 - uses : actions/checkout@v6
97- - uses : actions/download-artifact@v6
97+ - uses : actions/download-artifact@v7
9898 with :
9999 name : build
100100 path : pkg
You can’t perform that action at this time.
0 commit comments