''' - name: Cache build artifacts uses: actions/cache/save@v4 with: path: | packages/*/dist packages/*/node_modules/.cache key: build-${{ github.sha }} '''