File tree Expand file tree Collapse file tree 17 files changed +40
-40
lines changed
Expand file tree Collapse file tree 17 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 - name : Create paths
2929 run : mkdir -p /tmp/deploy-artifacts/${{ github.sha }}
3030 - name : Download releases
31- uses : actions/download-artifact@v4
31+ uses : actions/download-artifact@v7
3232 with :
3333 name : ${{ inputs.download-name }}
3434 merge-multiple : true
3535 path : /tmp/deploy-artifacts/${{ github.sha }}
3636 pattern : ${{ inputs.download-pattern }}
3737 - name : Upload releases
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v6
3939 with :
4040 name : ${{ inputs.upload-name }}
4141 path : /tmp/deploy-artifacts/${{ github.sha }}/*
Original file line number Diff line number Diff line change 2323 TERM : xterm
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 - name : Install node ${{ inputs.node-version }}
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version : ${{ inputs.node-version }}
3131 registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change 2323 - name : Create paths
2424 run : mkdir -p /tmp/deploy-releases/${{ github.sha }}
2525 - name : Download releases
26- uses : actions/download-artifact@v4
26+ uses : actions/download-artifact@v7
2727 with :
2828 name : ${{ inputs.download-name }}
2929 merge-multiple : true
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 - name : Create paths
3434 run : mkdir -p /tmp/deploy-s3/${{ github.sha }}
3535 - name : Download releases
36- uses : actions/download-artifact@v4
36+ uses : actions/download-artifact@v7
3737 with :
3838 name : ${{ inputs.download-name }}
3939 merge-multiple : true
4040 path : /tmp/deploy-s3/${{ github.sha }}
4141 pattern : ${{ inputs.download-pattern }}
4242 - name : Configure S3 Credentials
43- uses : aws-actions/configure-aws-credentials@v4
43+ uses : aws-actions/configure-aws-credentials@v6
4444 with :
4545 aws-access-key-id : ${{ secrets.aws-access-key-id }}
4646 aws-secret-access-key : ${{ secrets.aws-secret-access-key }}
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646 TERM : xterm
4747 steps :
4848 - name : Checkout code
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050 - name : Ensure path
5151 run : mkdir -p /tmp/checksums/${{ github.sha }}
5252 - name : Download artifacts
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v7
5454 with :
5555 name : ${{ inputs.download-name }}
5656 path : /tmp/checksums/${{ github.sha }}
6969 --output=/tmp/${{ inputs.output }} \
7070 ${{ inputs.show == true && '--show' || ''}}
7171 - name : Upload checksums
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v6
7373 with :
7474 name : ${{ inputs.upload-name }}
7575 path : /tmp/${{ inputs.output }}
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141 TERM : xterm
4242 steps :
4343 - name : Checkout code
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747 - name : Install node ${{ inputs.node-version }}
48- uses : actions/setup-node@v4
48+ uses : actions/setup-node@v6
4949 with :
5050 node-version : ${{ inputs.node-version }}
5151 cache : npm
Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ jobs:
7373
7474 steps :
7575 - name : Checkout code
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v6
7777 - name : Install SSH key
7878 uses : shimataro/ssh-key-action@v2
7979 with :
8080 key : ${{ secrets.DEPLOY_KEY }}
8181 known_hosts : unnecessary
8282 if_key_exists : replace
8383 - name : Install node ${{ matrix.node-version }}
84- uses : actions/setup-node@v4
84+ uses : actions/setup-node@v6
8585 with :
8686 node-version : ${{ matrix.node-version }}
8787 registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 - " 20"
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 - name : Cache version builds
21- uses : actions/cache@v4
21+ uses : actions/cache@v5
2222 with :
2323 key : lando-mvb-docs
2424 path : docs/.vitepress/cache/@lando/mvb
2525 - name : Install node ${{ matrix.node-version }}
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v6
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 cache : npm
5151 - " 20"
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555 - name : Install node ${{ matrix.node-version }}
56- uses : actions/setup-node@v4
56+ uses : actions/setup-node@v6
5757 with :
5858 node-version : ${{ matrix.node-version }}
5959 cache : npm
Original file line number Diff line number Diff line change 1414 - " 20"
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : Install node ${{ matrix.node-version }}
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222 cache : npm
Original file line number Diff line number Diff line change 1515 steps :
1616 # Install deps and cache
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Install node ${{ matrix.node-version }}
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 cache : npm
You can’t perform that action at this time.
0 commit comments