aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 66f88694e..fc109e8c3 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -37,7 +37,7 @@ jobs:
Write-Output 'core.sources:download_urls=["origin", "https://c3i.jfrog.io/artifactory/conan-center-backup-sources/"]' | Out-File -Append ${{ env.CONAN_HOME }}/global.conf
- name: Try to restore libraries from the cache
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
id: library-cache
with:
key: conan-${{ env.BUILD_TYPE }}-${{ hashFiles('win/conanfile.txt') }}
@@ -51,7 +51,7 @@ jobs:
- name: Save libraries to the cache
if: ${{ steps.library-cache.outputs.cache-hit != 'true' }}
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
with:
key: ${{ steps.library-cache.outputs.cache-primary-key }}
path: ${{ env.CONAN_HOME }}/p