core-agent-ide/.github/workflows
Michael Bolin 392347d436
fix: try to fix "Stage npm package" step in ci.yml (#15092)
Fix the CI job by updating it to use artifacts from a more recent
release (`0.115.0`) instead of the existing one (`0.74.0`).

This step in our CI job on PRs started failing today:


334164a6f7/.github/workflows/ci.yml (L33-L47)

I believe it's because this test verifies that the "package npm" script
works, but we want it to be fast and not wait for binaries to be built,
so it uses a GitHub workflow that's already done. Because it was using a
GitHub workflow associated with `0.74.0`, it seems likely that
workflow's history has been reaped, so we need to use a newer one.
2026-03-18 13:52:33 -07:00
..
bazel.yml
blob-size-policy.yml
cargo-deny.yml
ci.bazelrc
ci.yml
cla.yml
close-stale-contributor-prs.yml
codespell.yml
Dockerfile.bazel
issue-deduplicator.yml
issue-labeler.yml
rust-ci.yml
rust-release-prepare.yml
rust-release-windows.yml
rust-release.yml
sdk.yml
shell-tool-mcp-ci.yml
shell-tool-mcp.yml
zstd