Skip to content

build(deps): bump actions/download-artifact from 7.0.0 to 8.0.1 - #596

Merged
seonghobae merged 1 commit into
mainfrom
dependabot/github_actions/main/actions/download-artifact-8.0.1
Aug 3, 2026
Merged

build(deps): bump actions/download-artifact from 7.0.0 to 8.0.1#596
seonghobae merged 1 commit into
mainfrom
dependabot/github_actions/main/actions/download-artifact-8.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/download-artifact from 7.0.0 to 8.0.1.

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

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

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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 20, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner July 20, 2026 13:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/main/actions/download-artifact-8.0.1 branch 3 times, most recently from db58a35 to 0634c41 Compare July 24, 2026 16:09

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@37930b1...3e5f45b)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/main/actions/download-artifact-8.0.1 branch from f5e7cd6 to 529fbb2 Compare August 3, 2026 03:17
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@dependabot[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 3 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 27a08025-59f9-4085-af6f-4429575066c4

📥 Commits

Reviewing files that changed from the base of the PR and between 5983b41 and 529fbb2.

📒 Files selected for processing (1)
  • .github/workflows/opencode-review-dispatch.yml

Comment @coderabbitai help to get the list of available commands.

@seonghobae
seonghobae enabled auto-merge (squash) August 3, 2026 04:00

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@seonghobae seonghobae left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinned action-only update. The existing artifact name/path contract is unchanged; v8's digest-mismatch failure default strengthens integrity and the workflow does not depend on fork-specific internals.

@opencode-agent
opencode-agent Bot disabled auto-merge August 3, 2026 06:09
@seonghobae
seonghobae enabled auto-merge (squash) August 3, 2026 08:27
@opencode-agent
opencode-agent Bot disabled auto-merge August 3, 2026 08:47
@seonghobae
seonghobae merged commit 29afa79 into main Aug 3, 2026
55 of 57 checks passed
@seonghobae
seonghobae deleted the dependabot/github_actions/main/actions/download-artifact-8.0.1 branch August 3, 2026 08:56
seonghobae added a commit that referenced this pull request Aug 3, 2026
…as deep failover (#716)

* ci(opencode-review): add 5 free Zen models across distinct providers as deep failover

Expand the anonymous OpenCode Zen free reviewer pool from 7 to 12 models by
adding five zero-cost, tool_call-capable models from five distinct upstream
providers: hy3-free (Tencent Hy), minimax-m3-free (MiniMax), glm-5-free
(Zhipu GLM), kimi-k2.5-free (Moonshot Kimi), and qwen3.6-plus-free (Alibaba
Qwen). Each is verified tool_call=true in the models.dev opencode registry and
carries the reasoning high-effort options/variants structure the contract
requires.

They are appended after the active free models in OPENCODE_MODEL_CANDIDATES, so
free-first ordering holds and they are only reached once the active free pool is
exhausted -- the exact scenario (free-pool exhaustion blocking all PR reviews)
this hardens against. Distinct providers mean distinct outage domains, so a bad
day for one upstream no longer drains the whole free tier before the paid
fallback. The per-run dynamic budget cap plus the fatal-provider-error fast-kill
already bound worst-case failover latency, so extra candidates add resilience
without multiplying bad-day cost.

Also fix a pre-existing contract drift: the coverage-evidence assertion still
pinned the download-artifact v7.0.0 SHA after dependabot bumped the workflow to
v8.0.1 (#596); align the expected SHA with the workflow.

Contract updated in lockstep (tests/test_opencode_agent_contract.py): the
public-conditional candidate string, the candidates prefix, the full
candidate_pairs ordering, and the set(free_models) equality.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AzUnTqFnQqhRbaopvDdag7

* test(opencode-review): assert tool_call support for the entire free pool

The contract previously verified tool_call=true for only three hand-picked
free models (nemotron-3-ultra-free, deepseek-v4-flash-free, north-mini-code-free).
The reviewer drives CodeGraph/web-search tooling, so any free-pool candidate that
lacks tool_call cannot emit a structured review and would burn its failover slot
before yielding -- exactly the silent regression a future pool edit could
introduce. Extend the existing free-model loop to assert tool_call is True for
every candidate, securing coverage of the invariant the whole free-first failover
chain depends on.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AzUnTqFnQqhRbaopvDdag7

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
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