diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index c99d0b45..22760cb8 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -63,7 +63,7 @@ jobs: - name: Cache TI ARM CLANG id: cache-ti-arm-clang - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.CLANG_TI_PATH }} key: ${{ runner.os }}-ti-arm-clang-${{ env.CLANG_TI_VERSION }} diff --git a/.github/workflows/corevalidation.yml b/.github/workflows/corevalidation.yml index ebfddd13..1f89bf86 100644 --- a/.github/workflows/corevalidation.yml +++ b/.github/workflows/corevalidation.yml @@ -96,7 +96,7 @@ jobs: - name: Cache TI Arm Clang if: matrix.compiler == 'Clang_TI' id: cache-ti-arm-clang - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.CLANG_TI_PATH }} key: ${{ runner.os }}-ti-arm-clang-${{ env.CLANG_TI_VERSION }}