From 3fa5f6e6a031092f798c1ae483b64fa7619478af Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 18 Dec 2024 17:06:25 +0800 Subject: [PATCH] Update conan pack Signed-off-by: Cai Yudong --- .github/workflows/ut.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ut.yaml b/.github/workflows/ut.yaml index e5138eb91..d9a970721 100644 --- a/.github/workflows/ut.yaml +++ b/.github/workflows/ut.yaml @@ -42,9 +42,9 @@ jobs: uses: actions/download-artifact@v4 with: github-token: ${{ secrets.GITHUB_TOKEN }} - # this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/09/02, - # it will be valid till 2024/11/30 - run-id: 10662401212 + # this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/12/18, + # it will be valid till 2025/03/18 + run-id: 12389729999 name: conan-asan path: downloaded continue-on-error: true @@ -139,9 +139,9 @@ jobs: uses: actions/download-artifact@v4 with: github-token: ${{ secrets.GITHUB_TOKEN }} - # this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/09/02, - # it will be valid till 2024/11/30 - run-id: 10662401212 + # this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/12/18, + # it will be valid till 2025/03/18 + run-id: 12389729999 name: conan-wheel path: downloaded continue-on-error: true