diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c152573..fb2cbbb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 env: cache-name: cache-artifacts with: @@ -68,7 +68,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 env: cache-name: cache-artifacts with: