diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0d63fc2a..a3d66cd0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -55,7 +55,7 @@ jobs: - name: Cache helper id: cache-helper - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | build/linux/helper diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a2093e93..67b7a30d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -30,7 +30,7 @@ jobs: - name: Cache helper id: cache-helper - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | build/macos/helper diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9818a293..b8ae69d7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,7 +29,7 @@ jobs: - name: Cache helper id: cache-helper - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | build/windows/helper