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
|
# Restore cache for build dependencies
|
||||||
- name: Restore Build Cache
|
- name: Restore Build Cache
|
||||||
id: build-cache
|
id: build-cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
DerivedDataCache
|
DerivedDataCache
|
||||||
@ -171,7 +171,7 @@ jobs:
|
|||||||
# Save cache for next workflow run
|
# Save cache for next workflow run
|
||||||
- name: Save Build Cache
|
- name: Save Build Cache
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
DerivedDataCache
|
DerivedDataCache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user