From 2ec2f1f9bf50f30f50f53d1f5445ed151371cf4b Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Mon, 26 Feb 2024 21:00:42 -0800 Subject: [PATCH] Update cache CI action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2cdbdf..7d3a81d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache Boost binaries if: startsWith(matrix.os, 'windows-') && matrix.boost-version - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-boost with: path: C:\boost-${{ matrix.boost-version }}