Skip to content

chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1#2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7
Open

chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown

Bumps actions/upload-artifact from 4.6.2 to 7.0.1.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

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

... (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 @github

dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Author

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 force-pushed the dependabot/github_actions/actions/upload-artifact-7 branch from 937b40f to eb6f8aa Compare May 26, 2026 15:12
McSpace pushed a commit that referenced this pull request Jun 4, 2026
…ncel text

Two audit-3 follow-ups:

1. `field-fontFamily` — the previous override `'Courier New, monospace'`
   never rasterised in the Playwright Chromium image (the font isn't
   installed and the stack fell through to the headless default
   sans-serif), so the visual audit kept flagging the tooltip text as
   proportional even though the DOM-verify's family-string match passed.
   Swap the override to `'Times New Roman, serif'` — Times New Roman
   ships with most Chromium font sets, and the trailing `serif` generic
   guarantees a visually-distinct serif render on any platform. Update
   the verify assertion to match.

2. `field-tooltipCancelButtonTextColor` — audit #3 read the Cancel
   label as "clearly white on dark grey" and reclassified it as a real
   bug. A runtime DOM probe (computed `color` and inline `style.color`)
   confirmed the override IS applied — the text is black, identical
   issue to the previously-fixed Select-button case (audit #2 also
   misread it). Add a DOM-verify that pins computed `color` to
   `rgb(0, 0, 0)`, mirroring the Select sibling — visual LLMs cannot
   discriminate near-invisible black text on baseline dark-grey, and
   the DOM is the ground truth here.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
McSpace pushed a commit that referenced this pull request Jun 6, 2026
In tooltipOnHover mode `onSeatMouseLeave` synchronously cleared
`activeTooltip`, so the Select / Cancel / Close-X buttons inside the
tooltip were already gone from the DOM by the time the cursor reached
them — making rule #2 of the builtInTooltip × tooltipOnHover matrix
unreachable in practice.

`onSeatMouseLeave` now schedules a deferred close (300 ms grace window).
`(mouseenter)` on `<sm-jets-tooltip>` and the override host wrapper
cancels the pending close, `(mouseleave)` re-arms it, and a re-entering
`_showTooltip` aborts a stale close so bouncing back to the seat doesn't
kill the just-reopened tooltip. `ngOnDestroy` clears the timer to avoid
a stray `activeTooltipChanged(null)` emit after teardown.

300 ms was picked over the WCAG-branch's 80 ms after an e2e demo spec
caught the cursor crossing the 12 px seat→tooltip gap slower than
80 ms at normal speeds.

Tests: 5 new unit tests (deferred close, mouseenter cancels, mouseleave
re-arms, re-entry aborts, destroy clears timer) plus a Playwright e2e
suite in `tooltipHoverClickable/` covering the click-the-Cancel-button
contract and the seat→tooltip→seat round-trip.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...043fb46)

---
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 dependabot Bot changed the title chore(deps): bump actions/upload-artifact from 4 to 7 chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Jun 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/upload-artifact-7 branch from eb6f8aa to b8ed859 Compare June 10, 2026 12: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.

0 participants