diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 03a320d24..03d2966c5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -229,13 +229,13 @@ jobs: run: | echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4.0.2 # Loading cache of elephant-data id: cache-datasets with: path: ~/elephant-data - key: ${{ runner.os }}-datasets-${{ steps.elephant-data.outputs.dataset_hash }} - restore-keys: ${{ runner.os }}-datasets- + key: datasets-${{ steps.elephant-data.outputs.dataset_hash }} + restore-keys: datasets- - name: Install dependencies run: |