From 71b88d7369d08f7228f280814451dd4da06f6678 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 15 May 2024 13:16:05 -0700 Subject: [PATCH] upgrade restore action --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cafe4a06..33e2bcab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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}} @@ -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}} @@ -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}}