Skip to content

Commit 3aa0ce1

Browse files
Update cache ID to make sure to download the latest LHC WP 8 TeV
1 parent 43c0d1f commit 3aa0ce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cache-test-data/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
uses: actions/cache@v4
1111
with:
1212
path: test-data
13-
key: test-data-v22
13+
key: test-data-v23
1414
- name: Download test data if cache miss
1515
if: steps.cache.outputs.cache-hit != 'true'
1616
run: |

0 commit comments

Comments
 (0)