Skip to content

chore(deps): bump actions/upload-artifact from 5 to 6#5463

Merged
antonis merged 2 commits intomainfrom
dependabot/github_actions/actions/upload-artifact-6
Dec 15, 2025
Merged

chore(deps): bump actions/upload-artifact from 5 to 6#5463
antonis merged 2 commits intomainfrom
dependabot/github_actions/actions/upload-artifact-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps actions/upload-artifact from 5 to 6.

Release notes

Sourced from actions/upload-artifact's releases.

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

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 15, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 15, 2025
@antonis antonis added the ready-to-merge Triggers the full CI test suite label Dec 15, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 429.82 ms 446.74 ms 16.92 ms
Size 43.75 MiB 48.07 MiB 4.32 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
652f785+dirty 401.02 ms 420.60 ms 19.58 ms
77061ed+dirty 369.55 ms 408.35 ms 38.80 ms
a206511+dirty 424.28 ms 474.82 ms 50.54 ms
b3b5b0d 399.82 ms 419.20 ms 19.38 ms
c4e097a 338.06 ms 439.36 ms 101.30 ms
136effd+dirty 398.57 ms 494.91 ms 96.34 ms
f17e051+dirty 396.23 ms 444.02 ms 47.79 ms
8490686+dirty 365.59 ms 400.24 ms 34.65 ms
a0b15d6 423.06 ms 437.77 ms 14.71 ms
bc9680d 375.15 ms 401.12 ms 25.97 ms

App size

Revision Plain With Sentry Diff
652f785+dirty 43.75 MiB 47.99 MiB 4.24 MiB
77061ed+dirty 17.75 MiB 19.68 MiB 1.94 MiB
a206511+dirty 43.75 MiB 48.07 MiB 4.32 MiB
b3b5b0d 17.75 MiB 19.68 MiB 1.94 MiB
c4e097a 17.75 MiB 19.68 MiB 1.94 MiB
136effd+dirty 43.75 MiB 47.99 MiB 4.23 MiB
f17e051+dirty 43.75 MiB 48.07 MiB 4.32 MiB
8490686+dirty 17.75 MiB 19.70 MiB 1.96 MiB
a0b15d6 17.75 MiB 20.15 MiB 2.41 MiB
bc9680d 17.75 MiB 20.15 MiB 2.41 MiB

Previous results on branch: dependabot/github_actions/actions/upload-artifact-6

Startup times

Revision Plain With Sentry Diff
bd9f8d4+dirty 416.56 ms 410.76 ms -5.80 ms

App size

Revision Plain With Sentry Diff
bd9f8d4+dirty 43.75 MiB 48.07 MiB 4.32 MiB

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 369.82 ms 402.54 ms 32.72 ms
Size 43.94 MiB 48.90 MiB 4.96 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
0b64753+dirty 358.55 ms 429.16 ms 70.61 ms
652f785+dirty 367.80 ms 390.71 ms 22.91 ms
3e0a5f9+dirty 379.92 ms 450.96 ms 71.04 ms
a02e30b+dirty 346.13 ms 381.76 ms 35.62 ms
e2fa43d+dirty 326.56 ms 372.88 ms 46.32 ms
a206511+dirty 331.54 ms 356.98 ms 25.44 ms
7480abe+dirty 363.80 ms 431.34 ms 67.54 ms
d916aa3+dirty 411.72 ms 451.76 ms 40.03 ms
534ba8c+dirty 472.35 ms 537.31 ms 64.96 ms
136effd+dirty 451.30 ms 450.87 ms -0.43 ms

App size

Revision Plain With Sentry Diff
0b64753+dirty 7.15 MiB 8.42 MiB 1.27 MiB
652f785+dirty 43.94 MiB 48.82 MiB 4.88 MiB
3e0a5f9+dirty 7.15 MiB 8.42 MiB 1.27 MiB
a02e30b+dirty 7.15 MiB 8.42 MiB 1.27 MiB
e2fa43d+dirty 7.15 MiB 8.42 MiB 1.27 MiB
a206511+dirty 43.94 MiB 48.90 MiB 4.96 MiB
7480abe+dirty 7.15 MiB 8.41 MiB 1.26 MiB
d916aa3+dirty 7.15 MiB 8.42 MiB 1.27 MiB
534ba8c+dirty 7.15 MiB 8.42 MiB 1.27 MiB
136effd+dirty 43.94 MiB 48.81 MiB 4.88 MiB

Previous results on branch: dependabot/github_actions/actions/upload-artifact-6

Startup times

Revision Plain With Sentry Diff
bd9f8d4+dirty 409.73 ms 435.80 ms 26.08 ms

App size

Revision Plain With Sentry Diff
bd9f8d4+dirty 43.94 MiB 48.90 MiB 4.96 MiB

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1206.18 ms 1205.77 ms -0.41 ms
Size 3.41 MiB 4.67 MiB 1.25 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
8490686+dirty 1227.84 ms 1228.91 ms 1.08 ms
c1573b3+dirty 1203.33 ms 1202.47 ms -0.86 ms
526494a+dirty 1210.20 ms 1203.13 ms -7.08 ms
161947d+dirty 1203.43 ms 1217.00 ms 13.57 ms
e76d0d3+dirty 1223.04 ms 1216.80 ms -6.24 ms
a2bb688+dirty 1223.53 ms 1232.90 ms 9.37 ms
fa7bb7e+dirty 1216.23 ms 1225.04 ms 8.81 ms
af9331b+dirty 1233.61 ms 1230.50 ms -3.11 ms
55b77fc+dirty 1223.71 ms 1224.12 ms 0.41 ms
8d20c8e+dirty 1216.62 ms 1220.31 ms 3.69 ms

App size

Revision Plain With Sentry Diff
8490686+dirty 2.63 MiB 4.00 MiB 1.36 MiB
c1573b3+dirty 2.63 MiB 3.81 MiB 1.18 MiB
526494a+dirty 3.41 MiB 4.58 MiB 1.17 MiB
161947d+dirty 2.63 MiB 3.99 MiB 1.36 MiB
e76d0d3+dirty 2.63 MiB 4.00 MiB 1.37 MiB
a2bb688+dirty 2.63 MiB 3.99 MiB 1.36 MiB
fa7bb7e+dirty 2.63 MiB 4.01 MiB 1.38 MiB
af9331b+dirty 2.63 MiB 3.91 MiB 1.28 MiB
55b77fc+dirty 3.41 MiB 4.58 MiB 1.17 MiB
8d20c8e+dirty 3.41 MiB 4.57 MiB 1.16 MiB

Previous results on branch: dependabot/github_actions/actions/upload-artifact-6

Startup times

Revision Plain With Sentry Diff
bd9f8d4+dirty 1220.78 ms 1213.28 ms -7.50 ms

App size

Revision Plain With Sentry Diff
bd9f8d4+dirty 3.41 MiB 4.67 MiB 1.25 MiB

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1210.57 ms 1207.98 ms -2.59 ms
Size 3.41 MiB 4.67 MiB 1.25 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
8490686+dirty 1227.32 ms 1240.82 ms 13.50 ms
c1573b3+dirty 1245.69 ms 1245.48 ms -0.21 ms
526494a+dirty 1220.96 ms 1221.57 ms 0.61 ms
161947d+dirty 1203.45 ms 1217.83 ms 14.38 ms
e76d0d3+dirty 1229.94 ms 1228.04 ms -1.90 ms
a2bb688+dirty 1244.82 ms 1238.60 ms -6.22 ms
fa7bb7e+dirty 1226.27 ms 1241.88 ms 15.61 ms
af9331b+dirty 1230.08 ms 1233.24 ms 3.16 ms
55b77fc+dirty 1213.08 ms 1218.19 ms 5.11 ms
8d20c8e+dirty 1223.60 ms 1223.87 ms 0.27 ms

App size

Revision Plain With Sentry Diff
8490686+dirty 3.19 MiB 4.56 MiB 1.38 MiB
c1573b3+dirty 3.19 MiB 4.38 MiB 1.19 MiB
526494a+dirty 3.41 MiB 4.58 MiB 1.17 MiB
161947d+dirty 3.19 MiB 4.56 MiB 1.37 MiB
e76d0d3+dirty 3.19 MiB 4.57 MiB 1.38 MiB
a2bb688+dirty 3.19 MiB 4.56 MiB 1.37 MiB
fa7bb7e+dirty 3.19 MiB 4.58 MiB 1.39 MiB
af9331b+dirty 3.19 MiB 4.48 MiB 1.29 MiB
55b77fc+dirty 3.41 MiB 4.58 MiB 1.17 MiB
8d20c8e+dirty 3.41 MiB 4.57 MiB 1.16 MiB

Previous results on branch: dependabot/github_actions/actions/upload-artifact-6

Startup times

Revision Plain With Sentry Diff
bd9f8d4+dirty 1214.64 ms 1214.28 ms -0.36 ms

App size

Revision Plain With Sentry Diff
bd9f8d4+dirty 3.41 MiB 4.67 MiB 1.25 MiB

Copy link
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog LGTM and the CI is almost 🟢

The Upload to Testflight / Build and Upload React Native Sample to Testflight failure seems to be a permission issue

@antonis antonis enabled auto-merge (squash) December 15, 2025 10:00
@antonis antonis merged commit ebf60f9 into main Dec 15, 2025
72 checks passed
@antonis antonis deleted the dependabot/github_actions/actions/upload-artifact-6 branch December 15, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code ready-to-merge Triggers the full CI test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant