Skip to content

chore(deps): bump actions/upload-artifact from 6 to 7 in the actions group#367

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-674967a53d
Open

chore(deps): bump actions/upload-artifact from 6 to 7 in the actions group#367
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-674967a53d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps the actions group with 1 update: actions/upload-artifact.

Updates actions/upload-artifact from 6 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

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 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 dependabot bot requested a review from Coldaine as a code owner March 4, 2026 23:07
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@kilo-code-bot
Copy link

kilo-code-bot bot commented Mar 4, 2026

Code Review Roast 🔥

Verdict: No Issues Found | Recommendation: Merge

Oh wait, this PR is actually clean. I need to sit down. I had my flamethrower warmed up and everything.

You bumped actions/upload-artifact from v6 to v7. That's it. Four lines changed, all identical version bumps across two workflow files. No hidden include-hidden-files parameters to break, no breaking changes to worry about — v7 just adds direct file upload support and ESM modules, which your existing multi-directory uploads don't even touch.

It's almost suspicious how straightforward this is. Are you lulling me into a false sense of security before the real PR drops?

🏆 Best part: You updated ALL instances consistently. I've seen developers update three workflows and forget the fourth, then wonder why their docs artifacts are still on the old version. Not you. Gold star. ⭐

💀 Worst part: I got nothing. The version bump is correct, the syntax is valid, and the artifact paths still work. GitHub Actions v7 doesn't break your use case.

📊 Overall: Like finding a maintenance PR that actually maintains things correctly — rare, beautiful, and slightly unsettling.

Files Reviewed (2 files)
  • .github/workflows/ci.yml - 3 updates (lines 184, 327, 407)
    • Build test artifacts upload
    • Text injection test artifacts upload
    • CI report upload
  • .github/workflows/docs-ci.yml - 1 update (line 44)
    • Semantic review artifacts upload

Note: This is a routine dependency update with no breaking changes for your use case. The v7 release adds optional archive: false for direct file uploads and moves to ESM internally — neither affects your multi-directory artifact uploads.

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.

0 participants