Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 3 to 4 #3480

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps actions/upload-artifact from 3 to 4.

Release notes

Sourced from actions/upload-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

For more information, see the @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.1.3

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

v3.1.2

  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375

v3.1.1

  • Update actions/core package to latest version to remove set-output deprecation warning #351

v3.1.0

What's Changed

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 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)

@dependabot dependabot bot added the dependencies Related to a package used by Makie label Dec 18, 2023
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/upload-artifact-4 branch from cfeaca9 to 5d82b2e Compare December 18, 2023 07:58
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/upload-artifact-4 branch from 5d82b2e to 514bf3e Compare December 18, 2023 09:11
@MakieBot
Copy link
Collaborator

MakieBot commented Dec 18, 2023

Compile Times benchmark

Note, that these numbers may fluctuate on the CI servers, so take them with a grain of salt. All benchmark results are based on the mean time and negative percent mean faster than the base branch. Note, that GLMakie + WGLMakie run on an emulated GPU, so the runtime benchmark is much slower. Results are from running:

using_time = @ctime using Backend
# Compile time
create_time = @ctime fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @ctime Makie.colorbuffer(display(fig))
# Runtime
create_time = @benchmark fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @benchmark Makie.colorbuffer(fig)
using create display create display
GLMakie 3.56s (3.52, 3.60) 0.03+- 396.29ms (392.03, 408.14) 5.68+- 484.52ms (468.87, 522.16) 20.67+- 7.36ms (7.25, 7.47) 0.08+- 25.65ms (25.55, 25.89) 0.12+-
master 3.58s (3.53, 3.66) 0.04+- 396.95ms (391.26, 414.20) 7.88+- 475.66ms (469.22, 488.56) 7.15+- 7.26ms (7.19, 7.33) 0.05+- 25.60ms (25.50, 25.75) 0.08+-
evaluation 1.01x invariant, -0.02s (-0.50d, 0.37p, 0.04std) 1.00x invariant, -0.66ms (-0.10d, 0.86p, 6.78std) 0.98x invariant, 8.85ms (0.57d, 0.32p, 13.91std) 0.99x slower X, 0.11ms (1.66d, 0.01p, 0.06std) 1.00x invariant, 0.05ms (0.54d, 0.33p, 0.10std)
CairoMakie 3.27s (3.22, 3.32) 0.03+- 353.80ms (338.80, 362.48) 7.53+- 152.43ms (148.41, 154.68) 2.20+- 8.12ms (7.91, 8.44) 0.21+- 637.65μs (629.28, 648.98) 7.82+-
master 3.25s (3.21, 3.27) 0.02+- 356.60ms (347.99, 378.66) 11.02+- 157.94ms (150.99, 164.05) 5.07+- 8.07ms (7.89, 8.23) 0.13+- 635.17μs (622.63, 641.61) 6.09+-
evaluation 0.99x invariant, 0.03s (1.01d, 0.09p, 0.03std) 1.01x invariant, -2.8ms (-0.30d, 0.59p, 9.27std) 1.04x faster ✓, -5.52ms (-1.41d, 0.03p, 3.63std) 0.99x invariant, 0.05ms (0.28d, 0.61p, 0.17std) 1.00x invariant, 2.48μs (0.35d, 0.52p, 6.95std)
WGLMakie 3.80s (3.73, 3.94) 0.08+- 323.82ms (317.23, 341.15) 8.09+- 8.90s (8.56, 9.67) 0.42+- 9.50ms (9.16, 10.40) 0.47+- 69.67ms (68.30, 71.52) 1.37+-
master 3.76s (3.71, 3.80) 0.03+- 320.43ms (316.65, 325.84) 3.08+- 8.71s (8.57, 8.90) 0.13+- 9.23ms (9.01, 9.56) 0.19+- 72.05ms (67.82, 81.66) 4.77+-
evaluation 0.99x invariant, 0.05s (0.78d, 0.18p, 0.06std) 0.99x invariant, 3.4ms (0.56d, 0.33p, 5.59std) 0.98x invariant, 0.19s (0.60d, 0.29p, 0.28std) 0.97x invariant, 0.27ms (0.75d, 0.20p, 0.33std) 1.03x invariant, -2.37ms (-0.68d, 0.25p, 3.07std)

@SimonDanisch SimonDanisch merged commit 8d53784 into master Dec 18, 2023
15 checks passed
@SimonDanisch SimonDanisch deleted the dependabot/github_actions/actions/upload-artifact-4 branch December 18, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to a package used by Makie
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants