Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps actions/download-artifact from 5 to 6.

Release notes

Sourced from actions/download-artifact's releases.

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

Commits
  • 018cc2c Merge pull request #438 from actions/danwkennedy/prepare-6.0.0
  • 815651c Revert "Remove github.dep.yml"
  • bb3a066 Remove github.dep.yml
  • fa1ce46 Prepare v6.0.0
  • 4a24838 Merge pull request #431 from danwkennedy/patch-1
  • 5e3251c Readme: spell out the first use of GHES
  • abefc31 Merge pull request #424 from actions/yacaovsnc/update_readme
  • ac43a60 Update README with artifact extraction details
  • de96f46 Merge pull request #417 from actions/yacaovsnc/update_readme
  • 7993cb4 Remove migration guide for artifact download changes
  • 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/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v5...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 27, 2025
@github-actions
Copy link
Contributor

Benchmark Results (Julia v1)

Time benchmarks
master d587ef8... master / d587ef8...
search/multithreading 14.9 ± 0.39 s 16.1 ± 0.41 s 0.925 ± 0.034
search/serial 34.4 ± 0.93 s 34.5 ± 0.12 s 0.997 ± 0.027
utils/best_of_sample 2.3 ± 0.85 μs 2.1 ± 0.62 μs 1.1 ± 0.52
utils/check_constraints_x10 16.5 ± 4.2 μs 16.8 ± 4.2 μs 0.986 ± 0.35
utils/compute_complexity_x10/Float64 2.14 ± 0.091 μs 2.18 ± 0.09 μs 0.982 ± 0.058
utils/compute_complexity_x10/Int64 2.08 ± 0.09 μs 2.08 ± 0.09 μs 1 ± 0.061
utils/compute_complexity_x10/nothing 1.55 ± 0.09 μs 1.55 ± 0.081 μs 1 ± 0.078
utils/insert_random_op_x10 5.26 ± 1.6 μs 5.27 ± 1.6 μs 0.998 ± 0.44
utils/next_generation_x100 0.437 ± 0.023 ms 0.44 ± 0.022 ms 0.994 ± 0.073
utils/optimize_constants_x10 0.0365 ± 0.0078 s 0.0354 ± 0.0075 s 1.03 ± 0.31
utils/randomly_rotate_tree_x10 7.92 ± 0.91 μs 8.05 ± 0.96 μs 0.984 ± 0.16
time_to_load 2.65 ± 0.03 s 2.83 ± 0.067 s 0.937 ± 0.025
Memory benchmarks
master d587ef8... master / d587ef8...
search/multithreading 0.203 G allocs: 52.2 GB 0.206 G allocs: 53.7 GB 0.973
search/serial 0.207 G allocs: 53.8 GB 0.207 G allocs: 53.8 GB 1
utils/best_of_sample 0.038 k allocs: 3.25 kB 0.038 k allocs: 3.25 kB 1
utils/check_constraints_x10 0.034 k allocs: 0.875 kB 0.034 k allocs: 0.875 kB 1
utils/compute_complexity_x10/Float64 0 allocs: 0 B 0 allocs: 0 B
utils/compute_complexity_x10/Int64 0 allocs: 0 B 0 allocs: 0 B
utils/compute_complexity_x10/nothing 0 allocs: 0 B 0 allocs: 0 B
utils/insert_random_op_x10 0.041 k allocs: 1.62 kB 0.046 k allocs: 1.94 kB 0.839
utils/next_generation_x100 4.63 k allocs: 0.276 MB 4.63 k allocs: 0.276 MB 0.999
utils/optimize_constants_x10 25.4 k allocs: 25.9 MB 26.2 k allocs: 26.6 MB 0.976
utils/randomly_rotate_tree_x10 0.042 k allocs: 1.34 kB 0.042 k allocs: 1.34 kB 1
time_to_load 0.145 k allocs: 11 kB 0.145 k allocs: 11 kB 1

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant