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 2727 node-version-file : " .nvmrc"
2828 - run : yarn install
2929 - run : yarn build
30- - uses : actions/upload-artifact@v5
30+ - uses : actions/upload-artifact@v6
3131 with :
3232 name : dist
3333 path : dist/index.js
6161
6262 steps :
6363 - uses : actions/checkout@v6
64- - uses : actions/download-artifact@v6
64+ - uses : actions/download-artifact@v7
6565 with :
6666 name : dist
6767 path : dist # overwrite dist/index.js
@@ -132,7 +132,7 @@ jobs:
132132
133133 steps :
134134 - uses : actions/checkout@v6
135- - uses : actions/download-artifact@v6
135+ - uses : actions/download-artifact@v7
136136 with :
137137 name : dist
138138 path : dist # overwrite dist/index.js
@@ -152,7 +152,7 @@ jobs:
152152 runs-on : ubuntu-latest
153153 steps :
154154 - uses : actions/checkout@v6
155- - uses : actions/download-artifact@v6
155+ - uses : actions/download-artifact@v7
156156 with :
157157 name : dist
158158 path : dist # overwrite dist/index.js
You can’t perform that action at this time.
0 commit comments