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

feat(gha/GitHub Artifact Actions)!: Update GitHub Artifact Actions (major) #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Feb 14, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
actions/download-artifact action major v3.0.2 -> v4.1.8 OpenSSF Scorecard
actions/upload-artifact action major v3.2.1 -> v4.5.0 OpenSSF Scorecard

Release Notes

actions/download-artifact (actions/download-artifact)

v4.1.8

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4...v4.1.8

v4.1.7

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.6...v4.1.7

v4.1.6

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.5...v4.1.6

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.4...v4.1.5

v4.1.4

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4...v4.1.4

v4.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4...v4.1.3

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4...v4.1.0

v4.0.0

Compare Source

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.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

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

actions/upload-artifact (actions/upload-artifact)

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

v4.0.0

Compare Source

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.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.
New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tinfoild tinfoild bot requested a review from JJGadgets as a code owner February 14, 2024 19:04
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch 17 times, most recently from 73f72ea to 50db146 Compare February 21, 2024 21:05
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch 11 times, most recently from bd1c57e to f3762a4 Compare March 1, 2024 19:05
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch from f3762a4 to d264268 Compare March 4, 2024 10:46
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch 10 times, most recently from b991192 to 74bb564 Compare November 14, 2024 01:34
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch 9 times, most recently from 2a90892 to 9ad8b12 Compare November 22, 2024 01:33
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from dfc7c09 to 6f37784 Compare November 23, 2024 01:33
@tinfoild tinfoild bot changed the title chore(deps): update github artifact actions to v4 (major) chore(deps): update github artifact actions to v4 (major) - autoclosed Dec 16, 2024
@tinfoild tinfoild bot closed this Dec 16, 2024
@tinfoild tinfoild bot changed the title chore(deps): update github artifact actions to v4 (major) - autoclosed chore(deps): update github artifact actions to v4 (major) Dec 16, 2024
@tinfoild tinfoild bot reopened this Dec 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch from 9bcad58 to 6f37784 Compare December 16, 2024 13:16
@tinfoild tinfoild bot changed the title chore(deps): update github artifact actions to v4 (major) feat(gha/GitHub Artifact Actions)!: Update GitHub Artifact Actions (major) Dec 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch from 6f37784 to b39eb11 Compare December 16, 2024 14:08
@tinfoild tinfoild bot force-pushed the renovate/major-github-artifact-actions branch from b39eb11 to d0ed70f Compare December 17, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants