Skip to content

Commit cd1c78d

Browse files
authored
Update to ffxiv-downloader 5
1 parent 58a5ca9 commit cd1c78d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ jobs:
3535
uses: actions/cache@v4
3636
with:
3737
path: data
38-
key: exd
38+
key: exd-${{hashFiles('data/.cachemeta.json')}}
39+
restore-keys: |
40+
exd-
3941
4042
- name: Download Game Data
41-
uses: WorkingRobot/ffxiv-downloader@v2
43+
uses: WorkingRobot/ffxiv-downloader@v5
4244
with:
4345
output-path: data
4446
regex: '^sqpack\/ffxiv\/0a0000\..+$'

0 commit comments

Comments
 (0)