Skip to content

chore: bump actions/upload-artifact from 4.6.2 to 7.0.1 - #1593

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

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 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 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.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Issue/PR is related to dependencies or updates label Sep 5, 2026
@vercel

vercel Bot commented Sep 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
nitro-docs Ready Ready Preview Sep 5, 2026 12:13pm UTC

Request Review

@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

Performance Report

⚠️ Advisory: Results do not fail this PR while the baseline is being calibrated.

iOS

Benchmark Before After Difference
C++ bounce(1 MiB) 442.1 ns 364.1 ns 🟢 -17.64% faster
C++ copy(4 KiB) 1.89 µs 1.16 µs 🟢 -38.53% faster
C++ number | string variant 229.5 ns 202.1 ns 🟢 -11.95% faster
Swift addNumbers() 130.2 ns 122.5 ns 🟢 -5.92% faster
All Benchmarks
Benchmark Before After Difference
JavaScript addNumbers() 31.5 ns 37.8 ns 🟡 +19.95% slower (noisy)
C++ bounce(4 KiB) 454.0 ns 457.1 ns 🟡 +0.67% slower (noisy)
C++ copy(1 MiB) 113.38 µs 68.59 µs 🟡 -39.5% faster (noisy)
C++ large array (1,024) 59.92 µs 59.47 µs 🟡 -0.76% faster (noisy)
C++ small array (16) 1.19 µs 1.14 µs 🟡 -3.71% faster (noisy)
C++ synchronousCallback() 418.8 ns 300.5 ns 🟡 -28.25% faster (noisy)
C++ create() 681.2 ns 584.9 ns 🟡 -14.14% faster (noisy)
C++ returnExisting() 301.9 ns 270.5 ns 🟡 -10.41% faster (noisy)
C++ typed map (8 entries) 2.74 µs 2.32 µs 🟡 -15.31% faster (noisy)
C++ optional trailing string 219.0 ns 226.5 ns 🟡 +3.42% slower (noisy)
C++ addNumbers() 144.4 ns 124.0 ns 🟡 -14.14% faster (noisy)
C++ simpleFunc() 118.2 ns 117.2 ns 🟡 -0.78% faster (noisy)
C++ immediatePromise() 1.57 µs 1.13 µs ℹ️ -28.39% faster (advisory)
C++ number property get/set 218.0 ns 202.4 ns 🟡 -7.13% faster (noisy)
C++ short ASCII string 214.0 ns 202.4 ns 🟡 -5.43% faster (noisy)
C++ Unicode string 494.0 ns 432.2 ns 🟡 -12.51% faster (noisy)
C++ nested Car struct 3.31 µs 3.23 µs 🟡 -2.29% faster (noisy)
Swift bounce(1 MiB) 414.6 ns 463.0 ns 🟡 +11.68% slower (noisy)
Swift bounce(4 KiB) 446.4 ns 412.9 ns 🟡 -7.49% faster (noisy)
Swift copy(1 MiB) 99.75 µs 90.63 µs 🟡 -9.15% faster (noisy)
Swift copy(4 KiB) 1.59 µs 1.67 µs 🟡 +4.63% slower (noisy)
Swift large array (1,024) 65.63 µs 65.36 µs 🟡 -0.42% faster (noisy)
Swift small array (16) 1.31 µs 1.46 µs 🟡 +12.05% slower (noisy)
Swift synchronousCallback() 423.5 ns 409.9 ns 🟡 -3.22% faster (noisy)
Swift create() 35.28 µs 38.00 µs 🟡 +7.69% slower (noisy)
Swift returnExisting() 373.1 ns 423.5 ns 🟡 +13.53% slower (noisy)
Swift typed map (8 entries) 3.68 µs 3.40 µs 🟡 -7.5% faster (noisy)
Swift optional trailing string 235.1 ns 250.9 ns 🟡 +6.71% slower (noisy)
Swift simpleFunc() 106.5 ns 109.6 ns 🟡 +2.91% slower (noisy)
Swift immediatePromise() 2.26 µs 2.25 µs ℹ️ -0.26% faster (advisory)
Swift number property get/set 253.1 ns 230.8 ns 🟡 -8.83% faster (noisy)
Swift short ASCII string 291.0 ns 252.4 ns 🟡 -13.24% faster (noisy)
Swift Unicode string 571.5 ns 599.4 ns 🟡 +4.9% slower (noisy)
Swift nested Car struct 3.15 µs 3.28 µs 🟡 +4.11% slower (noisy)
Swift number | string variant 343.2 ns 323.6 ns 🟡 -5.7% faster (noisy)
TurboModule addNumbers() 1.36 µs 1.39 µs 🟡 +1.87% slower (noisy)

Android

Benchmark Before After Difference
C++ short ASCII string 263.4 ns 243.2 ns 🟢 -7.69% faster
All Benchmarks
Benchmark Before After Difference
JavaScript addNumbers() 48.6 ns 43.8 ns 🟡 -10.03% faster (noisy)
C++ bounce(1 MiB) 610.5 ns 598.8 ns 🟡 -1.92% faster (noisy)
C++ bounce(4 KiB) 607.6 ns 604.0 ns 🟡 -0.59% faster (noisy)
C++ copy(1 MiB) 32.90 µs 33.16 µs ⚪ ~0.8% unchanged
C++ copy(4 KiB) 1.40 µs 1.42 µs ⚪ ~1.48% unchanged
C++ large array (1,024) 83.37 µs 82.78 µs ⚪ ~0.71% unchanged
C++ small array (16) 1.68 µs 1.71 µs ⚪ ~2% unchanged
C++ synchronousCallback() 485.0 ns 481.4 ns 🟡 -0.74% faster (noisy)
C++ create() 1.00 µs 988.0 ns ⚪ ~1.62% unchanged
C++ returnExisting() 377.6 ns 374.2 ns ⚪ ~0.91% unchanged
C++ typed map (8 entries) 3.37 µs 3.41 µs ⚪ ~1.31% unchanged
C++ optional trailing string 273.8 ns 272.2 ns ⚪ ~0.59% unchanged
C++ addNumbers() 166.9 ns 192.3 ns 🟡 +15.23% slower (noisy)
C++ simpleFunc() 132.7 ns 133.9 ns ⚪ ~0.93% unchanged
C++ immediatePromise() 1.71 µs 1.73 µs ℹ️ +1.27% slower (advisory)
C++ number property get/set 266.7 ns 270.2 ns ⚪ ~1.29% unchanged
C++ Unicode string 538.8 ns 543.5 ns ⚪ ~0.86% unchanged
C++ nested Car struct 4.45 µs 4.45 µs ⚪ ~0.01% unchanged
C++ number | string variant 257.7 ns 255.9 ns ⚪ ~0.7% unchanged
Kotlin bounce(1 MiB) 1.76 µs 1.80 µs ⚪ ~2.26% unchanged
Kotlin bounce(4 KiB) 1.79 µs 1.78 µs 🟡 -0.5% faster (noisy)
Kotlin copy(1 MiB) 447.41 µs 445.10 µs ⚪ ~0.52% unchanged
Kotlin copy(4 KiB) 8.56 µs 8.37 µs ⚪ ~2.27% unchanged
Kotlin large array (1,024) 91.88 µs 91.38 µs ⚪ ~0.54% unchanged
Kotlin small array (16) 2.27 µs 2.27 µs ⚪ ~0.35% unchanged
Kotlin synchronousCallback() 1.68 µs 1.67 µs ⚪ ~0.94% unchanged
Kotlin create() 2.96 µs 3.03 µs ⚪ ~2.62% unchanged
Kotlin returnExisting() 1.23 µs 1.24 µs ⚪ ~0.1% unchanged
Kotlin typed map (8 entries) 12.98 µs 12.97 µs ⚪ ~0.04% unchanged
Kotlin optional trailing string 688.8 ns 693.8 ns ⚪ ~0.72% unchanged
Kotlin addNumbers() 265.3 ns 260.8 ns ⚪ ~1.7% unchanged
Kotlin simpleFunc() 209.2 ns 207.7 ns ⚪ ~0.7% unchanged
Kotlin immediatePromise() 4.61 µs 4.44 µs ℹ️ -3.82% faster (advisory)
Kotlin number property get/set 539.5 ns 559.9 ns ⚪ ~3.78% unchanged
Kotlin short ASCII string 920.4 ns 931.8 ns ⚪ ~1.24% unchanged
Kotlin Unicode string 1.49 µs 1.50 µs ⚪ ~0.39% unchanged
Kotlin nested Car struct 9.53 µs 9.60 µs ⚪ ~0.72% unchanged
Kotlin number | string variant 867.7 ns 869.9 ns ⚪ ~0.26% unchanged
TurboModule addNumbers() 534.6 ns 528.3 ns ⚪ ~1.19% unchanged

Benchmarking Code Diff fe50d8fc...f48d6945 (view raw output)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue/PR is related to dependencies or updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants