Skip to content

Commit f268ea1

Browse files
chore(actions): update github-actions
1 parent 0077d1d commit f268ea1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v6
8686

8787
- name: Setup Docker Buildx
88-
uses: docker/setup-buildx-action@v3
88+
uses: docker/setup-buildx-action@v4
8989

9090
- name: Prepare repository name
9191
id: prepare-repository-name
@@ -118,7 +118,7 @@ jobs:
118118
labels: ${{ steps.extract-metadata.outputs.labels }}
119119

120120
- name: Upload Docker image archive
121-
uses: actions/upload-artifact@v6
121+
uses: actions/upload-artifact@v7
122122
with:
123123
name: image.tar
124124
path: ${{ runner.temp }}/image.tar

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
uses: actions/checkout@v6
4646

4747
- name: Setup Docker Buildx
48-
uses: docker/setup-buildx-action@v3
48+
uses: docker/setup-buildx-action@v4
4949

5050
- name: Log in to the Container registry
51-
uses: docker/login-action@v3
51+
uses: docker/login-action@v4
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
username: ${{ github.actor }}

0 commit comments

Comments
 (0)