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

Update GitHub Artifact Actions to v4 (major) #66

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 18, 2024

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v1 -> v4
actions/upload-artifact action major v1.0.0 -> v4.6.0

Release Notes

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

v4

Compare Source

v3

Compare Source

v2

Compare Source

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

v4.6.0

Compare Source

What's Changed

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

v4.5.0

Compare Source

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

v4.3.6

Compare Source

v4.3.5

Compare Source

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.

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

New Contributors

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

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.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@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

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

v3.1.2

Compare Source

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

v3.1.1

Compare Source

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

v3.1.0

Compare Source

What's Changed

v3.0.0

Compare Source

What's Changed

  • Update default runtime to node16 (#​293)
  • Update package-lock.json file version to 2 (#​302)
Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

v2.3.1

Compare Source

Fix for empty fails on Windows failing on upload #​281

v2.3.0: Upload Artifact

Compare Source

  • Optimizations for faster uploads of larger files that are already compressed
  • Significantly improved logging when there are chunked uploads
  • Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
  • Various other small bugfixes & optimizations

v2.2.4

Compare Source

  • Retry on HTTP 500 responses from the service

v2.2.3

Compare Source

  • Fixes for proxy related issues

v2.2.2

Compare Source

  • Improved retryability and error handling

v2.2.1

Compare Source

  • Update used actions/core package to the latest version

v2.2.0

Compare Source

  • Support for artifact retention

v2.1.4

Compare Source

  • Add Third Party License Information

v2.1.3

Compare Source

  • Use updated version of the @action/artifact NPM package

v2.1.2

Compare Source

  • Increase upload chunk size from 4MB to 8MB
  • Detect case insensitive file uploads

v2.1.1

Compare Source

  • Fix for certain symlinks not correctly being identified as directories before starting uploads

v2.1.0

Compare Source

v2.1.0

Compare Source

  • Support for uploading artifacts with multiple paths
  • Support for using exclude paths
  • Updates to dependencies

v2.0.1

Compare Source

  • Fixes an issue with uploads unsuccessfully retrying after a connection error has been encountered
  • Changes to when the action fails
    • Previously if a file failed to upload, the action would continue uploading any remaining files with only an error in the logs
    • Now if a file fails to upload after hitting a retry limit, any remaining uploads stop and the step fails. Partial artifacts will still be available for download

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (0df00fe) to head (a23a918).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #66   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           71        71           
  Branches        12        12           
=========================================
  Hits            71        71           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from 112d1ea to 85885e5 Compare April 23, 2024 23:33
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 85885e5 to 7606e7b Compare July 6, 2024 17:50
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from 236663c to 8063c53 Compare August 8, 2024 23:54
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 8063c53 to 052ad58 Compare August 31, 2024 08:22
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch 3 times, most recently from 3b96ba0 to 5d44a34 Compare October 10, 2024 05:18
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 5d44a34 to f84840c Compare December 21, 2024 05:53
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from f84840c to a23a918 Compare January 11, 2025 11:53
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