diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c8af4e..921a104 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: # linux/arm64 is cross-compiled by the Dockerfile, so QEMU is only # here for the alpine runtime stage's own arm64 layers. - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3