diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6e248b954..3fe9bfee29e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -968,7 +968,7 @@ jobs: - name: Try getting the Bootlin toolchain from cache id: cache-toolchain - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ github.workspace }}/toolchain key: ${{ env.BOOTLIN_RV32_TOOLCHAIN }}