elastic / apm-agent-php

Apache License 2.0
252 stars 69 forks source link

Bump the github-actions group with 4 updates #1110

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the github-actions group with 4 updates: actions/download-artifact, actions/upload-artifact, google-github-actions/auth and google-github-actions/upload-cloud-storage.

Updates actions/download-artifact from 3 to 4

Release notes

Sourced from actions/download-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/download-artifact/compare/v3...v4.0.0

v3.0.2

  • Bump @actions/artifact to v1.1.1 - actions/download-artifact#195
  • Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet actions/toolkit#1278

v3.0.1

Commits
  • 7a1cd32 Merge pull request #246 from actions/v4-beta
  • 8f32874 licensed cache
  • b5ff844 Merge pull request #245 from actions/robherley/v4-documentation
  • f07a0f7 Update README.md
  • 7226129 update test workflow to use different artifact names for matrix
  • ada9446 update docs and bump @​actions/artifact
  • 7eafc8b Merge pull request #244 from actions/robherley/bump-toolkit
  • 3132d12 consume latest toolkit
  • 5be1d38 Merge pull request #243 from actions/robherley/v4-beta-updates
  • 465b526 consume latest @​actions/toolkit
  • Additional commits viewable in compare view


Updates 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


Updates google-github-actions/auth from 1 to 2

Release notes

Sourced from google-github-actions/auth's releases.

v2

Floating v2 alias

v2.0.0

⚠️ This version requires Node 20 or later on the runner! If you are using GitHub-managed runners, no action is needed. If you are using self-hosted runners, make sure the system version of Node is version 20 or higher.

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v1...v2.0.0

v1.3.0

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v1...v1.3.0

v1.2.0

⚠️ This version requires Node 20 or later on the runner! If you are using GitHub-managed runners, no action is needed. If you are using self-hosted runners, make sure the system version of Node is version 20 or higher. Reverted based on community feedback.

What's Changed

New Contributors

Full Changelog: https://github.com/google-github-actions/auth/compare/v1...v1.2.0

v1.1.1

What's Changed

... (truncated)

Commits


Updates google-github-actions/upload-cloud-storage from 1 to 2

Release notes

Sourced from google-github-actions/upload-cloud-storage's releases.

v2

Floating v2 alias

v2.0.0

:warning: This version requires Node 20 or later!

What's Changed

New Contributors

Full Changelog: https://github.com/google-github-actions/upload-cloud-storage/compare/v1...v2.0.0

v1.0.3

What's Changed

Full Changelog: https://github.com/google-github-actions/upload-cloud-storage/compare/v1.0.2...v1.0.3

v1.0.2

What's Changed

Full Changelog: https://github.com/google-github-actions/upload-cloud-storage/compare/v1.0.1...v1.0.2

v1.0.1

What's Changed

... (truncated)

Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
v1v commented 8 months ago

Breaking change

Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you will encounter an error.

https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes

v1v commented 8 months ago

@dependabot ignore actions/upload-artifact 4

v1v commented 8 months ago

https://github.com/dependabot ignore actions/upload-artifact major version

dependabot[bot] commented 8 months ago

OK, I won't notify you about version 4.x.x of actions/upload-artifact again, unless you unignore it.

v1v commented 8 months ago

@dependabot ignore actions/upload-artifact major version

dependabot[bot] commented 8 months ago

OK, I won't notify you about version 4.x.x of actions/upload-artifact again, unless you unignore it.

dependabot[bot] commented 8 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.