Skip to content

ci: bump actions/upload-artifact from 6 to 7#173

Merged
yimsk merged 2 commits intomainfrom
dependabot/github_actions/actions/upload-artifact-7
Mar 7, 2026
Merged

ci: bump actions/upload-artifact from 6 to 7#173
yimsk merged 2 commits intomainfrom
dependabot/github_actions/actions/upload-artifact-7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps 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 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 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
...

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

dependabot bot commented on behalf of github Mar 3, 2026

Labels

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

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

@claude
Copy link
Copy Markdown

claude bot commented Mar 7, 2026

PR Review: ci: bump actions/upload-artifact from 6 to 7

This is a straightforward Dependabot CI dependency bump. Here's my assessment:

Summary

A single-line change upgrading actions/upload-artifact from v6 to v7 in the integration test workflow's failure artifact upload step.

Assessment: ✅ Safe to merge

What's new in v7:

  • Direct uploads: New archive: false parameter for uploading single files unzipped. Since this PR does not use archive: false, the existing behavior is unchanged.
  • ESM upgrade: Internal implementation detail, no impact on callers.
  • The name and path parameters used here (name: vhs-screenshots, path: docs/images/) are fully supported and backward-compatible.

No concerns:

  • The usage pattern (uploading a directory of screenshots on failure) is unaffected by the v7 changes.
  • This is a routine, low-risk maintenance update.
  • No test coverage changes needed — this only affects the CI failure artifact upload step, not production code.

One minor note: Pinning to a specific SHA instead of @v7 is a stronger security posture (protects against tag mutation), but using @v7 is consistent with how the action was previously referenced and is acceptable for a non-sensitive step like uploading test screenshots.

No blockers. Approve and merge.

🤖 Reviewed by Claude Sonnet 4.6

@yimsk yimsk merged commit c291dd6 into main Mar 7, 2026
8 checks passed
@yimsk yimsk deleted the dependabot/github_actions/actions/upload-artifact-7 branch March 7, 2026 04:43
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 9, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [github:clawscli/claws](https://github.com/clawscli/claws) | patch | `0.15.1` → `0.15.2` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>clawscli/claws (github:clawscli/claws)</summary>

### [`v0.15.2`](https://github.com/clawscli/claws/releases/tag/v0.15.2)

[Compare Source](clawscli/claws@v0.15.1...v0.15.2)

#### Changelog

- [`c982865`](clawscli/claws@c982865) Merge branch 'main' into dependabot/github\_actions/actions/upload-artifact-7
- [`0bcdb4a`](clawscli/claws@0bcdb4a) Merge pull request [#&#8203;171](clawscli/claws#171) from clawscli/dependabot/github\_actions/goreleaser/goreleaser-action-7
- [`52cd2c9`](clawscli/claws@52cd2c9) Merge pull request [#&#8203;172](clawscli/claws#172) from dpalvolgyi-pw/feature/ecs-services-autoreload
- [`c291dd6`](clawscli/claws@c291dd6) Merge pull request [#&#8203;173](clawscli/claws#173) from clawscli/dependabot/github\_actions/actions/upload-artifact-7
- [`24b119a`](clawscli/claws@24b119a) Merge pull request [#&#8203;175](clawscli/claws#175) from clawscli/develop
- [`f8c482c`](clawscli/claws@f8c482c) ci: bump actions/upload-artifact from 6 to 7
- [`92bc391`](clawscli/claws@92bc391) ci: bump goreleaser/goreleaser-action from 6 to 7
- [`a9d5e0a`](clawscli/claws@a9d5e0a) feat(ecs): auto-reload ecs services page

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ny4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
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