Skip to content

Bump actions/download-artifact from 4 to 8 - #8

Merged
dvcdsys merged 1 commit into
mainfrom
dependabot/github_actions/actions/download-artifact-8
Mar 25, 2026
Merged

Bump actions/download-artifact from 4 to 8#8
dvcdsys merged 1 commit into
mainfrom
dependabot/github_actions/actions/download-artifact-8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps actions/download-artifact from 4 to 8.

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dvcdsys
dvcdsys merged commit 6ed60e4 into main Mar 25, 2026
1 check passed
@dvcdsys
dvcdsys deleted the dependabot/github_actions/actions/download-artifact-8 branch March 25, 2026 16:36
dvcdsys added a commit that referenced this pull request May 14, 2026
After the workspace_repos → git_repos + workspace_projects split,
docs and stale comments still referenced concepts that no longer
exist.

- workspaces.md + doc/WORKSPACES.md: rewrite lifecycle, REST API
  reference, webhook URL examples, and clone-dir paths to use
  projects.path_hash, /git-repos, /workspaces/{id}/projects, and
  /projects/{hash}/reindex.
- Both skills/cix-workspace/SKILL.md and
  plugins/cix/skills/cix-workspace/SKILL.md: replace
  /workspaces/{id}/repos/{repo_id}/reindex with
  /projects/{hash}/reindex. New plugins/cix/scripts/sync-skills.sh
  keeps the duplicate copies byte-identical going forward.
- Code comments updated across config.go, callgraph.go,
  repocloner.go, githubapi.go, workspaces.go, and
  AddExistingProjectDialog.tsx to point at gitrepos /
  workspace_projects / projects.path_hash instead of the dead
  workspacerepos.* names.

Resolves Fix #8, #9, #10, #19.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
dvcdsys added a commit that referenced this pull request May 14, 2026
After the workspace_repos → git_repos + workspace_projects split,
docs and stale comments still referenced concepts that no longer
exist.

- workspaces.md + doc/WORKSPACES.md: rewrite lifecycle, REST API
  reference, webhook URL examples, and clone-dir paths to use
  projects.path_hash, /git-repos, /workspaces/{id}/projects, and
  /projects/{hash}/reindex.
- Both skills/cix-workspace/SKILL.md and
  plugins/cix/skills/cix-workspace/SKILL.md: replace
  /workspaces/{id}/repos/{repo_id}/reindex with
  /projects/{hash}/reindex. New plugins/cix/scripts/sync-skills.sh
  keeps the duplicate copies byte-identical going forward.
- Code comments updated across config.go, callgraph.go,
  repocloner.go, githubapi.go, workspaces.go, and
  AddExistingProjectDialog.tsx to point at gitrepos /
  workspace_projects / projects.path_hash instead of the dead
  workspacerepos.* names.

Resolves Fix #8, #9, #10, #19.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
dvcdsys added a commit that referenced this pull request May 20, 2026
…s behind NAT

Adds a built-in, dashboard-managed outbound tunnel so a NAT'd server gets a
public URL for GitHub webhook delivery — no inbound ports, no env feature flag.

Backend (internal/tunnels):
- Provider abstraction + Manager with runtime Apply (start/stop/reconfigure),
  mirroring the llama-server sidecar supervisor (exec, exit-watcher, bounded
  crash-restart, graceful SIGTERM->SIGKILL).
- Cloudflare provider (named/quick) and ngrok provider (reserved/ephemeral;
  authtoken always required; URL parsed from the agent JSON log).
- Webhook reconciler: re-points webhook_mode=auto repos at the live tunnel URL
  on boot and on URL change; new githubapi.UpdateWebhook (PATCH).
- buildWebhookURL prefers the live tunnel URL over CIX_PUBLIC_URL.

Config in DB, managed from the dashboard (no env flag):
- tunnel_config single-row table (migration #8); token encrypted via secrets.
- tunnelcfg service + GET/PUT /api/v1/tunnels/config (admin); provider-aware
  validation. Only deployment infra stays in env (binary paths, metrics addr).

Binary management:
- GET /api/v1/tunnels/binaries reports installed/path/version/managed.
- When missing locally, the dashboard shows manual install instructions
  (brew/linux) noting Docker bundles them automatically.
- CIX_TUNNEL_BIN_MANAGED (true in the Docker images) enables Install/Update:
  the server downloads agents (raw or .tgz, no shell) into a writable
  /data/tunnel-bin via POST /api/v1/tunnels/binaries/{provider}/{install,update}.

Dashboard:
- New admin-only "Managed Tunnels" section (provider select, mode, hostname,
  token, status, Test/Restart, binary install/update).
- "GitHub Tokens" -> "GitHub Integration" with Tokens + Webhook Integrations tabs.

Docker: both images bundle cloudflared + ngrok and enable managed updates.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
dvcdsys added a commit that referenced this pull request Jun 2, 2026
…ixes #8 class)

The flat single-slug scheme `chroma_<StorageSlug(id)>` flattened
provider+model into one string with `_` as the field separator — but `_`
is also what model-name normalization emits. That in-band separator made
the legacy-migration heuristic (`hasKnownPrefix`) ambiguous: a legacy
ollama model whose name normalized to `ollama_…`/`openai_…`/`voyage_…`
(e.g. `openai-community/x`) was misread as already-unified, skipped, and
its vectors silently orphaned behind a fresh empty namespace. Worse,
`ollama:foo` and a model literally named `ollama-foo` both produced the
exact same string — unfixable by any name parsing.

Make the separator structural instead: namespace the vector store as a
nested directory tree, one path segment per identity field:

    <ChromaPersistDir>/<kind>/<model-slug>[/<variant>]
    chroma/ollama/nomic_embed_text
    chroma/voyage/voyage_code_3/2048_int8
    chroma/openai/text_embedding_3_large/256

The provider kind is now its own directory level, derived from the kind
(not glued onto the model slug), so it can never collide with a model
name. `ollama:foo` → ollama/foo, `ollama:ollama-foo` → ollama/ollama_foo —
distinct. The #8 case resolves correctly: openai-community/x →
ollama/openai_community_x.

Changes
- provider.Provider gains StorageComponents() []string — each provider
  builds its path from its OWN structured fields (never by re-parsing the
  flattened ID), so the in-band-separator problem can't recur.
- config: ChromaDirForSlug(slug) → ChromaDirFor(components) (filepath.Join
  under the container).
- Service: StorageSlug() → StoragePath() []string; reopen + AttachVectorStore
  thread components.
- storage: PrefixLegacyChromaDirs (+ hasKnownPrefix prefix-guessing) →
  MigrateFlatChromaToNested. Now unambiguous: every flat `chroma_*` sibling
  is a legacy ollama dir (the old build was ollama-only) and moves to
  chroma/ollama/<StorageSlug(suffix)>/. StorageSlug(ModelSafeName(m)) ==
  StorageSlug(m), so it lands where the server resolves the identity — even
  for kind-looking model names. Existing main/prod ollama vectors migrate
  without a reindex. main.go relocates a legacy Python store at the
  container path first, then migrates (fail-closed).
- Drop vectorstore.WarnIfNamespaceOrphaned — the orphan ambiguity it
  warned about is gone, so the diagnostic is no longer needed.
- Drop the throwaway intermediate flat-unified scheme entirely (dev-branch
  only; no back-compat).

Tests: per-provider StorageComponents incl. the ollama foo vs ollama-foo
anti-collision; migration moves flat→nested incl. the kind-looking-name
(#8) regression, special-char normalization, idempotency, no-clobber,
python-backup skip; switch/reopen tests assert nested paths. Full suite,
`go vet` (incl. embed_gate), and `-race` all green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant