Skip to content

Commit

Permalink
use actions/cache/save@v4 instead of actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Jun 26, 2024
1 parent 684d6d2 commit 394c866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-freecad-app-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ jobs:
# uses: tecolicom/actions-install-and-cache@v1
# TODO: setup condition to use this step if OS is macos and arch is arm64
if: env.my_os == 'macos-14' && env.my_arch == 'arm64'
uses: actions/cache@v4
uses: actions/cache/save@v4
# uses: actions/cache/@v4
with:
path: /opt/homebrew
#----
Expand Down

0 comments on commit 394c866

Please sign in to comment.