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

build(deps): upgrade actions/{upload,download}-artifact@v3 to v4 #829

Merged
merged 5 commits into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    74a8509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f5aaa View commit details
    Browse the repository at this point in the history
  3. build(dist): each build artifact gets a unique key and merged separately

    Uploads are now immutable for actions/upload-artifact@v4.
    
    This gives each build artifact a unique key, and then merges them together at the end.
    The [migration guide] suggests this pattern.
    
    [migration guide]: https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#merging-multiple-artifacts
    Michael-J-Ward committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0894489 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93bbc68 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    c03e9ef View commit details
    Browse the repository at this point in the history