diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d6b46a7..f295301 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -47,7 +47,7 @@ jobs: - name: Cache circuits id: cache-circuits - uses: actions/cache@v4 + uses: actions/cache/save@v4 with: path: datadir/circuits key: ${{ env.circuit_version }}-circuits @@ -72,7 +72,7 @@ jobs: - name: Cache codex id: cache-codex - uses: actions/cache@v4 + uses: actions/cache/save@v4 with: path: codex-${{ env.codex_version }}-${{ env.RUNNER_OS }}-${{ env.RUNNER_ARCH }} key: ${{ env.codex_version }}-codex