diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2726c0e..ac87856 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 env: cache-name: cache-artifacts with: @@ -70,7 +70,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 env: cache-name: cache-artifacts with: