Skip to content

ci(deps): bump actions/upload-artifact from 4 to 7#14

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps actions/upload-artifact from 4 to 7.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

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

What's Changed

New Contributors

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

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 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. v5 had preliminary support for Node.js 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

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

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.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • 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/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  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/upload-artifact-7 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