Skip to content

Commit

Permalink
upgrade restore action
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed May 15, 2024
1 parent e167d7c commit 71b88d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

- name: Fetch cached libyaml
id: cached_libyaml
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: libyaml
key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
#
# - name: Get cached libyaml state
# id: cached_libyaml
# uses: actions/cache/restore@v3
# uses: actions/cache/restore@v4
# with:
# path: libyaml
# key: libyaml_macos_${{ matrix.arch || 'x86_64' }}_${{env.LIBYAML_REF}}
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
#
# - name: Get cached libyaml state
# id: cached_libyaml
# uses: actions/cache/restore@v3
# uses: actions/cache/restore@v4
# with:
# path: libyaml
# key: libyaml_${{matrix.platform}}_${{matrix.build_arch}}_${{env.LIBYAML_REF}}
Expand Down

0 comments on commit 71b88d7

Please sign in to comment.