diff --git a/.github/workflows/e2e-install.yml b/.github/workflows/e2e-install.yml index b491709b..997cbdc4 100644 --- a/.github/workflows/e2e-install.yml +++ b/.github/workflows/e2e-install.yml @@ -88,7 +88,7 @@ jobs: - name: Register qemu-user-static for arm64 (x86 runner only) if: runner.arch != 'ARM64' - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: arm64