mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 12:23:41 +01:00
[actions] Bump actions/cache restore/save to version 4
This commit is contained in:
parent
ae4b92803a
commit
1ade83c9ee
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/cache/restore@v3
|
||||
- uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: ccache-${{ matrix.os }}-${{ matrix.cc }}-${{ github.run_id }}
|
||||
@ -133,7 +133,7 @@ jobs:
|
||||
if: always()
|
||||
run: ccache -sv
|
||||
|
||||
- uses: actions/cache/save@v3
|
||||
- uses: actions/cache/save@v4
|
||||
if: always()
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
|
Loading…
Reference in New Issue
Block a user