Skip to content

v3.2.0-node20

Compare
Choose a tag to compare
@joshmgross joshmgross released this 30 Aug 18:08
· 2 commits to v3/node20 since this release
672174a

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