fix: cache v3 seems more stable
This commit is contained in:
@ -56,7 +56,7 @@ runs:
|
||||
|
||||
- name: Restore LFS cache
|
||||
if: ${{ inputs.checkout-version == '4' }}
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v3
|
||||
id: lfs-cache
|
||||
with:
|
||||
path: .git/lfs
|
||||
|
Reference in New Issue
Block a user