ci: increase base cache retention to 3 days

This commit is contained in:
Matt McCormick 2024-03-03 17:34:24 -05:00 committed by Jonas Vautherin
parent 3ac4aed3aa
commit 137dda204d

View File

@ -40,7 +40,7 @@ jobs:
with:
name: cache
path: ./cache
retention-days: 1
retention-days: 3
- name: deploy
if: github.ref == 'refs/heads/master'