Skip to content

Releases: actions/upload-artifact

v4.3.4

Choose a tag to compare

@robherley robherley released this 05 Jul 15:15
0b2256b

What's Changed

  • Update @actions/artifact version, bump dependencies by @robherley in #584

Full Changelog: v4.3.3...v4.3.4

v4.3.3

Choose a tag to compare

@eggyhead eggyhead released this 22 Apr 16:21

What's Changed

  • updating @actions/artifact dependency to v2.1.6 by @eggyhead in #565

Full Changelog: v4.3.2...v4.3.3

v4.3.2

Choose a tag to compare

@eggyhead eggyhead released this 18 Apr 15:15

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.3.2

v4.3.1

Choose a tag to compare

@eggyhead eggyhead released this 05 Feb 21:40
5d5d22a

v4.3.0

Choose a tag to compare

@robherley robherley released this 23 Jan 17:40
26f96df

What's Changed

  • Reorganize upload code in prep for merge logic & add more tests by @robherley in #504
  • Add sub-action to merge artifacts by @robherley in #505

Full Changelog: v4...v4.3.0

v4.2.0

Choose a tag to compare

@robherley robherley released this 18 Jan 20:12
694cdab

What's Changed

Full Changelog: v4...v4.2.0

v4.1.0

Choose a tag to compare

@robherley robherley released this 12 Jan 17:26
1eb3cb2

What's Changed

New Contributors

Full Changelog: v4...v4.1.0

v4.0.0

Choose a tag to compare

@robherley robherley released this 14 Dec 16:38
c7d193f

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: v3...v4.0.0

v3.1.3

Choose a tag to compare

@bethanyj28 bethanyj28 released this 06 Sep 19:16
a8a3f3a

What's Changed

Full Changelog: v3...v3.1.3

v3.1.2

Choose a tag to compare

@konradpabjan konradpabjan released this 06 Jan 14:29
0b7f8ab
  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375