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