Skip to content

ci(deps): bump actions/download-artifact from 4 to 8#15

Closed
dependabot[bot] wants to merge 10 commits intomainfrom
dependabot/github_actions/actions/download-artifact-8
Closed

ci(deps): bump actions/download-artifact from 4 to 8#15
dependabot[bot] wants to merge 10 commits intomainfrom
dependabot/github_actions/actions/download-artifact-8

Conversation

@dependabot
Copy link
Copy Markdown

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

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)

nullhack and others added 10 commits April 17, 2026 07:06
A pytest plugin that runs acceptance criteria stub generation as part
of the pytest lifecycle, with auto-ID assignment and generic step
docstrings.

Features:
- plugin-configuration: custom features path via pyproject.toml [tool.beehave]
- plugin-hook: stub sync runs before test collection via pytest_sessionstart
- auto-id-generation: assigns @id tags to untagged Examples; CI enforcement
- stub-sync: creates/updates/renames test stubs from .feature files
- deprecation-sync: toggles @pytest.mark.deprecated in sync with @deprecated tag
Squash merge of v2 branch into main — see PR #3 for full details.
* chore(sync): merge upstream v6.1.20260419 + hotfix 633e701

- Add living-docs skill (C4 + glossary generation for PO at Step 5)
- Add docs/c4/ and docs/post-mortem/ directory placeholders
- Add scientific-research/documentation.md (entries 59-62)
- Update AGENTS.md: living-docs row, filesystem structure, step/role wording
- Update create-skill/SKILL.md: add living-docs to available skills table
- Update implementation/SKILL.md: glossary read step, TDD prerequisite, stub template cleanup
- Update verify/SKILL.md: drop Standards Summary and When to Use, simplify 6b/6d, fillable Reviewer Stance Declaration, updated Next Steps
- Update git-release/SKILL.md: add Step 6 living-docs + renumber steps 6-9, add checklist item
- Slim reviewer.md: remove default-hypothesis para, After APPROVED block, Available Skills

* docs(readme): rewrite for clarity — tutorial-first, scannable, zero metaphor overload

Based on Diátaxis (tutorial scope only), Ko et al. (answer what/why/what-deps upfront),
and cognitive load principles (tables over prose). Keeps bee wordplay in the name only.
…iteria column (#7)

- Display Given/When/Then steps below test path at -v verbosity
- Show steps for skipped stubs at -v
- Add Acceptance Criteria column to pytest-html reports (pytest-beehave[html])
- Steps suppressed for tests outside tests/features/ and when show_steps_in_terminal=false
- Fix CI enforcement and features-path-config tests broken by older squash-merge
- Add @bug stub-creation criterion for Rule block top-level function generation
Builds wheel and sdist, publishes to PyPI via OIDC trusted publisher,
then creates a GitHub release with auto-generated notes and dist artifacts.
…aps (#8)

* docs(discovery): restore and fix discovery files from v2

- discovery_journal.md: restored verbatim from v2 (was missing from main)
- discovery.md: recreated from journal + feature files with corrections:
  * fixed session ordering (chronological: general → behavior groups →
    per-feature 2026-04-18 → report-steps 2026-04-19)
  * added missing features-dir-bootstrap synthesis block
  * removed stale libcst reference (never added as dependency)
  * removed display-version from feature list (never built, no .feature file)
  * clarified class-based → top-level function revision

* chore(workflow): restore and fix damaged files from v2 squash-merge gaps

- docs/features/discovery.md: deleted (old pre-v2 format, superseded by docs/discovery.md)
- docs/architecture.md: restored from v2; appended supersede ADR for libcst (not a dep)
- .opencode/agents/product-owner.md: v2 — adds Bug Handling, No-In-Progress protocol, stage terminology
- .opencode/agents/software-engineer.md: v2 — adds No-In-Progress stop protocol
- .opencode/skills/feature-selection/SKILL.md: v2.0 — BASELINED check location fix, PO-owns-move
- .opencode/skills/scope/SKILL.md: v5.0 — 2-stage model matching AGENTS.md
- .opencode/skills/scope/discovery-template.md: v2 — clean Gherkin stub format
- .opencode/skills/session-workflow/SKILL.md: v4.0 — ownership table, drop gen-todo, Self-Decl as conversation output
- README.md: fix function name format (<8char_hex> -> <@id>)
* docs(living-docs): update C4 and glossary after report-steps

* chore(release): bump version to v3.0.20260419 — Foundational Apis
* feat(discovery): scope example-scaffold — pytest --beehave-sample generates bee-themed features directory

* feat(discovery): rename scaffold → hatch; flag --beehave-hatch replaces --beehave-sample

* feat(criteria): write acceptance criteria for example-hatch

* chore: move example-hatch to in-progress, begin Step 2 (Architecture)

* feat(example-hatch): add architecture stubs

* chore: add test-coverage task and fix implementation skill quality gate command

* feat(example-hatch): implement hatch command — all 16 @id tests green

* chore: step 4 REJECTED for example-hatch — 4 fixes required

* chore(skills): number SE Self-Declaration 1–25 and add completeness check to reviewer

* fix(example-hatch): address 4 reviewer findings from REJECTED report

- Catch SystemExit from run_hatch() in pytest_configure and call
  pytest.exit(str(exc), returncode=1) for a clean exit instead of INTERNALERROR
- Fix plugin_test.py mock so getoption returns False, preventing hatch
  branch from triggering and silently blocking 3 tests
- Rewrite test_example_hatch_5e6f7a8b to use pytest.main() at CLI boundary,
  capturing stderr and asserting returncode==1 + conflicting path in output
- Rewrite test_example_hatch_3c4d5e6f to use pytest.main() with stdout
  capture, asserting each written .feature relative path appears in output

* chore: step 4 APPROVED for example-hatch — all 4 fixes verified

* feat(example-hatch): accept feature at Step 5

* chore: remove hatch demo artifact from in-progress/

* chore: remove hatch demo artifact from backlog/

* chore: remove hatch demo artifact from completed/

* docs: add beehave-hatch demo section to README

* chore(release): bump version to v3.1.20260419 — Generative Augochlora

* ci: add tag-release workflow — auto-tag on pyproject.toml version bump merge

* chore(stub-creation): remove @bug tag — stub format becomes configurable option

* feat(discovery): add stub-format-config feature scope

* feat(stories): write user stories for stub-format-config

* feat(criteria): write acceptance criteria for stub-format-config

* chore: complete step 1 for stub-format-config

* chore: move stub-format-config to in-progress, begin Step 2 (Architecture)

* feat(stub-format-config): add architecture stubs

* feat(stub-format-config): implement @id:b2c3d4e5 — absent stub_format no error

* feat(stub-format-config): implement @id:f6a7b8c9 — invalid stub_format exits non-zero

* feat(stub-format-config): implement @id:a1b2c3d4 — default format is top-level functions

* feat(stub-format-config): implement @id:c3d4e5f6 — explicit functions format

* feat(stub-format-config): all 7 @id tests green — quality gate passed

* chore: update TODO.md — all 7 @id green, ready for Step 4 review

* fix(stub-format-config): address reviewer findings — cast, unit test location, idempotency

* chore: complete step 4 for stub-format-config — APPROVED

* fix(stub-format-config): add self parameter to class-method stubs

* feat(stub-format-config): assign unique @id values to resolve collisions

* fix(stub-format-config): rename tests to match new @id values, remove non-conforming skips

* chore: update TODO.md — ready for Step 4 re-verification

* chore: complete step 4 for stub-format-config — APPROVED

* feat(stub-format-config): accept feature at Step 5 — move to completed

* fix(plugin-hook): add deprecated @id:e3a13b58 AC and replace orphan skip with deprecated marker

* chore(release): bump version to v3.2.20260419 — Mason Osmia

* fix(ci): clean dist/ before build to prevent stale artifact reuse
* feat(discovery): scope example-scaffold — pytest --beehave-sample generates bee-themed features directory

* feat(discovery): rename scaffold → hatch; flag --beehave-hatch replaces --beehave-sample

* feat(criteria): write acceptance criteria for example-hatch

* chore: move example-hatch to in-progress, begin Step 2 (Architecture)

* feat(example-hatch): add architecture stubs

* chore: add test-coverage task and fix implementation skill quality gate command

* feat(example-hatch): implement hatch command — all 16 @id tests green

* chore: step 4 REJECTED for example-hatch — 4 fixes required

* chore(skills): number SE Self-Declaration 1–25 and add completeness check to reviewer

* fix(example-hatch): address 4 reviewer findings from REJECTED report

- Catch SystemExit from run_hatch() in pytest_configure and call
  pytest.exit(str(exc), returncode=1) for a clean exit instead of INTERNALERROR
- Fix plugin_test.py mock so getoption returns False, preventing hatch
  branch from triggering and silently blocking 3 tests
- Rewrite test_example_hatch_5e6f7a8b to use pytest.main() at CLI boundary,
  capturing stderr and asserting returncode==1 + conflicting path in output
- Rewrite test_example_hatch_3c4d5e6f to use pytest.main() with stdout
  capture, asserting each written .feature relative path appears in output

* chore: step 4 APPROVED for example-hatch — all 4 fixes verified

* feat(example-hatch): accept feature at Step 5

* chore: remove hatch demo artifact from in-progress/

* chore: remove hatch demo artifact from backlog/

* chore: remove hatch demo artifact from completed/

* docs: add beehave-hatch demo section to README

* chore(release): bump version to v3.1.20260419 — Generative Augochlora

* fix(ci): clean dist/ before build to prevent stale artifact reuse

* ci: add tag-release workflow — auto-tag on pyproject.toml version bump merge

* feat(stub-format-config): add configurable stub output format — functions (default) or classes

* chore(release): bump version to v3.3.20260419 — Mason Osmia

* fix(plugin-hook): add deprecated @id:e3a13b58 AC and replace orphan skip with deprecated marker

* chore(skills): restore bee genus pool to git-release skill

* chore: add *.swp to .gitignore and remove stray swap file

* chore: update uv.lock

* chore: update CHANGELOG for v3.3 release
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
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Labels

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

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

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 21, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/actions/download-artifact-8 branch April 21, 2026 04:48
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