Artifact: bump the version and add release notes

This commit is contained in:
Daniel Kennedy
2026-02-24 15:06:35 -05:00
parent 0a9828ffb3
commit f724553a92
3 changed files with 7 additions and 4 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/artifact Releases
## 6.2.0
- Support uploading single un-archived files (not zipped). Direct uploads are only supported for artifacts version 7+ (based on the major version of `actions/upload-artifact`). Callers must pass the `skipArchive` option to `uploadArtifact`. Only single files can be uploaded at a time right now. Default behavior should remain unchanged if `skipArchive = false`.
## 6.1.0
- Support downloading non-zip artifacts. Zipped artifacts will be decompressed automatically (with an optional override). Un-zipped artifacts will be downloaded as-is.