File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
3131 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3232 - name : Archive build output
33- uses : actions/upload-artifact@v3
33+ uses : actions/upload-artifact@v4
3434 with :
3535 name : nebula.zip
3636 path : nebula-cli/target/nebula.zip
@@ -58,21 +58,21 @@ jobs:
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout code
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v4
6262
6363 - name : Download build artifact
64- uses : actions/download-artifact@v3
64+ uses : actions/download-artifact@v4
6565 with :
6666 name : nebula.zip
6767 path : nebula-cli/target/
6868
6969 - name : Set up Docker Buildx
70- uses : docker/setup-buildx-action@v2
70+ uses : docker/setup-buildx-action@v3
7171 with :
7272 install : true
7373
7474 - name : Log in to Docker Hub
75- uses : docker/login-action@v2
75+ uses : docker/login-action@v3
7676 with :
7777 username : ${{ secrets.DOCKER_USERNAME }}
7878 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments