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/