update cache restore from v2 to v3
This commit is contained in:
8
.github/workflows/pake_build_with_cache.yaml
vendored
8
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user