summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7157445..83aaab5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
# The Dockerfile cross-compiles with Go's GOOS/GOARCH from $BUILDPLATFORM,
# so no QEMU emulation is needed for the arm64 image.
- name: Set up Buildx
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
- name: Log in to ${{ env.REGISTRY }}
uses: docker/login-action@v3