diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa0b55a..17fef0d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,7 +227,7 @@ jobs: - name: Setup cache id: cache-system-libraries - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{env.EM_CACHE_FOLDER}} key: em${{env.EM_VERSION}}-node${{ matrix.node-version }}-${{ runner.os }}