From 6dfd240aac2d9f8e8d7eadfb8d6c98056d33a566 Mon Sep 17 00:00:00 2001 From: ClarkXia Date: Thu, 9 May 2024 11:06:24 +0800 Subject: [PATCH] fix: ci --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3b5ff47..692370b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -242,9 +242,9 @@ jobs: - '18' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: bindings-aarch64-unknown-linux-gnu path: . @@ -276,9 +276,9 @@ jobs: - build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: bindings-aarch64-unknown-linux-musl path: .