File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 node-version-file : ./.node-version
4040 cache : npm
4141 - run : npm ci
42- - uses : actions/download-artifact@v5
42+ - uses : actions/download-artifact@v6
4343 with :
4444 name : apis
4545 path : ./src/lib/apis/generated
5555 node-version-file : ./.node-version
5656 cache : npm
5757 - run : npm ci
58- - uses : actions/download-artifact@v5
58+ - uses : actions/download-artifact@v6
5959 with :
6060 name : apis
6161 path : ./src/lib/apis/generated
7171 node-version-file : ./.node-version
7272 cache : npm
7373 - run : npm ci
74- - uses : actions/download-artifact@v5
74+ - uses : actions/download-artifact@v6
7575 with :
7676 name : apis
7777 path : ./src/lib/apis/generated
@@ -122,7 +122,7 @@ jobs:
122122 node-version-file : ./.node-version
123123 cache : npm
124124 - run : npm ci
125- - uses : actions/download-artifact@v5
125+ - uses : actions/download-artifact@v6
126126 with :
127127 name : apis
128128 path : ./src/lib/apis/generated
Original file line number Diff line number Diff line change 4242 with :
4343 key : ${{ secrets.STAGING_SSH_KEY }}
4444 known_hosts : ${{ secrets.STAGING_KNOWN_HOSTS }}
45- - uses : actions/download-artifact@v5
45+ - uses : actions/download-artifact@v6
4646 with :
4747 name : dist
4848 path : ./dist
You can’t perform that action at this time.
0 commit comments