From c8cb518958db08e7f82ece44b15faecde7f20598 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Mon, 9 Jun 2025 14:59:25 +0800 Subject: [PATCH] Update sync-image.yml --- .github/workflows/sync-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-image.yml b/.github/workflows/sync-image.yml index c0fe3ad..f0798d7 100644 --- a/.github/workflows/sync-image.yml +++ b/.github/workflows/sync-image.yml @@ -52,7 +52,7 @@ jobs: - name: Set up runner run: | - wget https://github.com/OpenCIDN/OpenCIDN/releases/download/v0.0.9/runner_linux_amd64 -O /usr/local/bin/runner && chmod +x /usr/local/bin/runner + wget https://github.com/OpenCIDN/OpenCIDN/releases/download/v0.0.12/runner_linux_amd64 -O /usr/local/bin/runner && chmod +x /usr/local/bin/runner - name: Create message to queue id: get-message