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