From 61965ba2eb2af1d25d05a9071f983e9b035cf3e9 Mon Sep 17 00:00:00 2001 From: woksin Date: Tue, 28 Jul 2026 14:24:04 +0200 Subject: [PATCH] Upgrade actions/cache from v3 to v4 actions/cache v3 is deprecated and its backing service is being retired, after which these steps fail outright rather than simply miss. v4 is a drop-in replacement for the path/key/restore-keys usage here. Co-Authored-By: Claude Opus 5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fca9e45..bd232fa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '20' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: | @@ -69,7 +69,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '20' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: |