Skip to content

Commit 9d6c848

Browse files
committed
build: updated versions of gh actions tasks
1 parent ebe0666 commit 9d6c848

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)