diff --git a/.github/workflows/upkeep-update-cache.yml b/.github/workflows/upkeep-update-cache.yml index 0415b45e..a6142141 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@v5 + uses: actions/cache/save@v6 with: path: | ~/.cargo/bin/ @@ -108,7 +108,7 @@ jobs: done - name: Save cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | ~/apt-cache/ diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index ad37cd35..c63a3a45 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -126,7 +126,7 @@ jobs: DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq \ libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev fontconfig libfontconfig1-dev; - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 if: runner.os == 'linux' id: apt-cache continue-on-error: true @@ -172,7 +172,7 @@ jobs: cp dxc/* . - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 id: restore-cache continue-on-error: true with: