fix(actions): update macOS build workflow to use actions/cache@v3 for improved caching performance
This commit is contained in:
parent
6c29eb93be
commit
84f9506852
@ -44,7 +44,7 @@ jobs:
|
||||
# Restore cache for build dependencies
|
||||
- name: Restore Build Cache
|
||||
id: build-cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
DerivedDataCache
|
||||
@ -171,7 +171,7 @@ jobs:
|
||||
# Save cache for next workflow run
|
||||
- name: Save Build Cache
|
||||
if: always()
|
||||
uses: actions/cache/save@v4
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: |
|
||||
DerivedDataCache
|
||||
|
Loading…
x
Reference in New Issue
Block a user