Skip to content

Commit cb88aef

Browse files
chore(actions): update github-actions
1 parent 40f8ff9 commit cb88aef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v6
8989

9090
- name: Setup Docker Buildx
91-
uses: docker/setup-buildx-action@v3
91+
uses: docker/setup-buildx-action@v4
9292

9393
- name: Prepare repository name
9494
id: prepare-repository-name
@@ -121,7 +121,7 @@ jobs:
121121
labels: ${{ steps.extract-metadata.outputs.labels }}
122122

123123
- name: Upload Docker image archive
124-
uses: actions/upload-artifact@v6
124+
uses: actions/upload-artifact@v7
125125
with:
126126
name: image.tar
127127
path: ${{ runner.temp }}/image.tar
@@ -154,7 +154,7 @@ jobs:
154154
kubectl version
155155
156156
- name: Download Docker image archive
157-
uses: actions/download-artifact@v7
157+
uses: actions/download-artifact@v8
158158
with:
159159
name: ${{ needs.build-docker.outputs.image-archive }}
160160
path: ${{ runner.temp }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
uses: actions/checkout@v6
6767

6868
- name: Setup Docker Buildx
69-
uses: docker/setup-buildx-action@v3
69+
uses: docker/setup-buildx-action@v4
7070

7171
- name: Log in to the Container registry
72-
uses: docker/login-action@v3
72+
uses: docker/login-action@v4
7373
with:
7474
registry: ${{ env.REGISTRY }}
7575
username: ${{ github.actor }}

0 commit comments

Comments
 (0)