diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c8739b..e29450c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,8 @@ jobs: uses: actions/cache@v2 with: path: ./test_data - key: test-data-v2 - restore-keys: test-data-v2 + key: test-data-v3 + restore-keys: test-data-v3 # Download test data if not already cached - name: Download test data