Skip to content

Releases: actions/upload-artifact

v4.4.3

09 Oct 17:17
b4b15b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.2...v4.4.3

v4.4.2

08 Oct 18:18
8448086
Compare
Choose a tag to compare

What's Changed

  • Bump @actions/artifact to 2.1.11 by @robherley in #627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: v4.4.1...v4.4.2

v4.4.1

07 Oct 15:47
604373d
Compare
Choose a tag to compare

What's Changed

  • Add a section about hidden files by @joshmgross in #607
  • Add workflow file for publishing releases to immutable action package by @Jcambass in #621
  • Update @actions/artifact to latest version, includes symlink and timeout fixes by @robherley in #625

New Contributors

Full Changelog: v4.4.0...v4.4.1

v3.2.1-node20

02 Sep 16:49
c24449f
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v3.2.0-node20...v3.2.1-node20

v3.2.1

02 Sep 16:48
ff15f03
Compare
Choose a tag to compare

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: v3.2.0...v3.2.1

v4.4.0

30 Aug 18:10
5076954
Compare
Choose a tag to compare

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: v4.3.6...v4.4.0

v3.2.0-node20

30 Aug 18:08
672174a
Compare
Choose a tag to compare

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

  • V3 backport: Exclude hidden files by default by @SrRyan in #604
  • Carry forward v3/node16 updates to v3/node20 by @SrRyan in #606

New Contributors

Full Changelog: 97a0fba...v3.2.0-node20

v3.2.0

30 Aug 18:05
9ee08a3
Compare
Choose a tag to compare

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

  • V3 backport: Exclude hidden files by default by @SrRyan in #604

Full Changelog: v3.1.3...v3.2.0

v4.3.6

06 Aug 14:41
834a144
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.3.6

v4.3.5

02 Aug 14:02
89ef406
Compare
Choose a tag to compare

What's Changed

  • Bump @actions/artifact to v2.1.9 by @robherley in #588
    • Fixed artifact upload chunk timeout logic #1774
    • Use lazy stream to prevent issues with open file limits #1771

Full Changelog: v4.3.4...v4.3.5