diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ce262f..ab918bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: npm run build - name: Cache build artifacts - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | server/dist @@ -66,7 +66,7 @@ jobs: run: npm ci - name: Restore build artifacts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | server/dist @@ -103,7 +103,7 @@ jobs: run: npm ci - name: Restore build artifacts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | server/dist @@ -133,7 +133,7 @@ jobs: run: npm ci - name: Restore build artifacts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | server/dist