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
|
version: 1.1
|
||||||
|
|
||||||
- name: rust cache restore
|
- name: rust cache restore
|
||||||
uses: ylemkimon/cache-restore@v2
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/
|
~/.cargo/bin/
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
bash upload.sh output/*/*.*
|
bash upload.sh output/*/*.*
|
||||||
|
|
||||||
- name: rust cache store
|
- name: rust cache store
|
||||||
uses: actions/cache@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/
|
~/.cargo/bin/
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: rust cache restore
|
- name: rust cache restore
|
||||||
uses: ylemkimon/cache-restore@v2
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/
|
~/.cargo/bin/
|
||||||
@@ -150,7 +150,7 @@ jobs:
|
|||||||
bash upload.sh output/*/*.*
|
bash upload.sh output/*/*.*
|
||||||
|
|
||||||
- name: rust cache store
|
- name: rust cache store
|
||||||
uses: actions/cache@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/
|
~/.cargo/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user