diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 65466571..f8f3e803 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -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