diff --git a/.github/workflows/upkeep-update-cache.yml b/.github/workflows/upkeep-update-cache.yml index 94828e39..eddc183c 100644 --- a/.github/workflows/upkeep-update-cache.yml +++ b/.github/workflows/upkeep-update-cache.yml @@ -73,7 +73,7 @@ jobs: run: cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests --screenshot-frame 0 --fixed-frame-time 0.02 --stop-frame 50 - name: Save cache - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index be2156eb..7338b49a 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -163,7 +163,7 @@ jobs: cp dxc/* . - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v5 id: restore-cache continue-on-error: true with: