Skip to content

Bump actions/upload-artifact from 4 to 5 - #214

Merged
cquil11 merged 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-5
Nov 10, 2025
Merged

Bump actions/upload-artifact from 4 to 5#214
cquil11 merged 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown
Contributor

Bumps actions/upload-artifact from 4 to 5.

Release notes

Sourced from actions/upload-artifact's releases.

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

What's Changed

New Contributors

... (truncated)

Commits
  • 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Update github.dep.yml
  • 905a1ec Prepare v5.0.0
  • 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request #727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request #712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 10, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner November 10, 2025 05:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 10, 2025
@cquil11
cquil11 merged commit cdc8f9f into main Nov 10, 2025
2 of 8 checks passed
@cquil11
cquil11 deleted the dependabot/github_actions/actions/upload-artifact-5 branch November 10, 2025 15:20
weireweire added a commit that referenced this pull request Aug 16, 2026
Root cause:
- The InferenceX port hard-coded SGLANG_SIMULATE_ACC_* in every recipe instead of carrying NVIDIA InferenceMAX PR #214 throughput-only master-config injection.
- Eval-only launch therefore skipped the injector but still inherited synthetic acceptance from the checked-in recipe.
- The DSpark AL 3.82 source curve and the focused injection regression tests were also omitted.

Fix:
- Keep SGLANG_RAGGED_VERIFY_MODE=static in all six recipes while moving synthetic AL 3.82 into each throughput search-space entry.
- Commit the probabilistic DeepSeek-V4-Pro-DSpark golden curve from Actions run 31279568355 and reference it from the bilingual index and performance changelog.
- Add tests covering all six recipes, throughput injection, eval preservation, launcher ordering, DSpark6 parameters, tokenizer paths, and the committed golden value.

Validation:
- Passed matrix, schema, changelog, runner, and synthetic-acceptance tests.
- Generated seven throughput points and four eval-only points at the intended concurrencies.
- Passed YAML parsing, changelog validation, formatting checks, and git diff checks.

中文:将模拟接受长度改为仅在吞吐测试启动时注入,精度评测继续使用真实 DSpark 验证;同时补充黄金 AL 曲线、模型路径映射和回归测试,并删除表现不佳的 c32 点。
weireweire added a commit that referenced this pull request Aug 16, 2026
Root cause:
- The InferenceX port hard-coded SGLANG_SIMULATE_ACC_* in every recipe instead of carrying NVIDIA InferenceMAX PR #214 throughput-only master-config injection.
- Eval-only launch therefore skipped the injector but still inherited synthetic acceptance from the checked-in recipe.
- The previous AL 3.82 curve was measured for a different DeepSeek-V4-Pro variant and is not the model-specific golden value for the 0813 checkpoint.

Fix:
- Keep SGLANG_RAGGED_VERIFY_MODE=static in all six recipes while moving synthetic AL into each throughput search-space entry.
- Preserve the earlier DSpark curve and commit a separate DeepSeek-V4-Pro-0813 probabilistic curve, selecting thinking-on DSpark6 AL 3.77 for throughput.
- Add tests covering all six recipes, throughput injection, eval preservation, launcher ordering, DSpark6 parameters, tokenizer paths, and the model-specific golden value.

Validation:
- Passed 235 matrix, schema, runner, and synthetic-acceptance tests.
- Generated seven throughput points and four eval-only points at the intended concurrencies.
- Passed YAML parsing, formatting, and git diff checks.

中文:模拟接受长度仅在吞吐测试启动时注入,精度评测继续使用真实 DSpark 验证;保留旧模型曲线并新增 DeepSeek-V4-Pro-0813 概率曲线,DSpark6 吞吐 AL 改为 3.77。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant