From 5656fb2d827fd42c8cd303d5576db21ad5576b1e Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sun, 5 Feb 2023 18:49:27 +0800 Subject: [PATCH] update cache restore from v2 to v3 --- .github/workflows/pake_build_with_cache.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index cc9ac7b..cff800c 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -52,7 +52,7 @@ jobs: version: 1.1 - name: rust cache restore - uses: ylemkimon/cache-restore@v2 + uses: actions/cache/restore@v3 with: path: | ~/.cargo/bin/ @@ -86,7 +86,7 @@ jobs: bash upload.sh output/*/*.* - name: rust cache store - uses: actions/cache@v3 + uses: actions/cache/save@v3 with: path: | ~/.cargo/bin/ @@ -104,7 +104,7 @@ jobs: - uses: actions/checkout@v3 - name: rust cache restore - uses: ylemkimon/cache-restore@v2 + uses: actions/cache/restore@v3 with: path: | ~/.cargo/bin/ @@ -150,7 +150,7 @@ jobs: bash upload.sh output/*/*.* - name: rust cache store - uses: actions/cache@v3 + uses: actions/cache/save@v3 with: path: | ~/.cargo/bin/