pnpm / pacquet

experimental package manager for node.js
Apache License 2.0
762 stars 21 forks source link

chore(github-actions): bump actions/upload-artifact from 3 to 4 #229

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

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: https://github.com/actions/upload-artifact/compare/v3...v4.0.0

v3.1.3

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/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 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)
github-actions[bot] commented 9 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 129.4 ± 11.1 113.8 150.8 1.03 ± 0.12
pacquet@main 125.9 ± 9.1 110.3 139.2 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12935805305750003, "stddev": 0.0111134124128411, "median": 0.12779863012000003, "user": 0.0571023075, "system": 0.20344999249999998, "min": 0.11377438762, "max": 0.15079616562000003, "times": [ 0.12739847062, 0.15079616562000003, 0.12145543062, 0.12819878962000003, 0.13939966762000003, 0.12438392162000002, 0.12164579662000001, 0.14292540662000003, 0.11400971662, 0.13331357062000002, 0.11377438762, 0.13197514862, 0.12028695762000001, 0.14238891062000003, 0.11881809362000001, 0.13895841462000003 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.1259374229729412, "stddev": 0.00905300961911485, "median": 0.12690370062000003, "user": 0.060295619999999994, "system": 0.20222097411764703, "min": 0.11028893262, "max": 0.13917352462000002, "times": [ 0.11787539862, 0.12989719062000002, 0.11912657762000001, 0.13917352462000002, 0.12647507362000002, 0.13302761762, 0.11028893262, 0.12763557262000003, 0.11211982762, 0.13720237762, 0.13382599562000003, 0.12690370062000003, 0.12210306862, 0.11668468462, 0.13020969062, 0.13893962962000003, 0.11944732762 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```