Commit 972535d
authored
chore(deps): update actions/upload-artifact action to v7
##### [\`v7.0.1\`](https://github.com/actions/upload-artifact/releases/tag/v7.0.1)
##### What's Changed
- Update the readme with direct upload details by [@danwkennedy](https://github.com/danwkennedy) in [#795](actions/upload-artifact#795)
- Readme: bump all the example versions to v7 by [@danwkennedy](https://github.com/danwkennedy) in [#796](actions/upload-artifact#796)
- Include changes in typespec/ts-http-runtime 0.3.5 by [@yacaovsnc](https://github.com/yacaovsnc) in [#797](actions/upload-artifact#797)
**Full Changelog**: <actions/upload-artifact@v7...v7.0.1>
---
##### [\`v7.0.0\`](https://github.com/actions/upload-artifact/releases/tag/v7.0.0)
#### v7 What's new
##### Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new `archive` parameter to `false` to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The `name` parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.
##### ESM
To support new versions of the `@actions/*` packages, we've upgraded the package to ESM.
#### What's Changed
- Add proxy integration test by [@Link-](https://github.com/Link-) in [#754](actions/upload-artifact#754)
- Upgrade the module to ESM and bump dependencies by [@danwkennedy](https://github.com/danwkennedy) in [#762](actions/upload-artifact#762)
- Support direct file uploads by [@danwkennedy](https://github.com/danwkennedy) in [#764](actions/upload-artifact#764)
#### New Contributors
- [@Link-](https://github.com/Link-) made their first contribution in [#754](actions/upload-artifact#754)
**Full Changelog**: <actions/upload-artifact@v6...v7.0.0>
---
##### [\`v7\`](actions/upload-artifact@v6...v7)
---
##### [\`v6.0.0\`](actions/upload-artifact@v5.0.0...v6.0.0)
---
##### [\`v6\`](actions/upload-artifact@v5...v6)
---
##### [\`v5.0.0\`](actions/upload-artifact@v4.6.2...v5.0.0)
---
##### [\`v5\`](actions/upload-artifact@v4...v5)
---
##### [\`v4.6.2\`](https://github.com/actions/upload-artifact/releases/tag/v4.6.2)
#### What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by [@salmanmkc](https://github.com/salmanmkc) in [#685](actions/upload-artifact#685)
#### New Contributors
- [@salmanmkc](https://github.com/salmanmkc) made their first contribution in [#685](actions/upload-artifact#685)
**Full Changelog**: <actions/upload-artifact@v4...v4.6.2>
---
##### [\`v4.6.1\`](https://github.com/actions/upload-artifact/releases/tag/v4.6.1)
#### What's Changed
- Update to use artifact 2.2.2 package by [@yacaovsnc](https://github.com/yacaovsnc) in [#673](actions/upload-artifact#673)
**Full Changelog**: <actions/upload-artifact@v4...v4.6.1>
---
##### [\`v4.6.0\`](https://github.com/actions/upload-artifact/releases/tag/v4.6.0)
#### What's Changed
- Expose env vars to control concurrency and timeout by [@yacaovsnc](https://github.com/yacaovsnc) in [#662](actions/upload-artifact#662)
**Full Changelog**: <actions/upload-artifact@v4...v4.6.0>
---
##### [\`v4.5.0\`](https://github.com/actions/upload-artifact/releases/tag/v4.5.0)
#### What's Changed
- fix: deprecated `Node.js` version in action by [@hamirmahal](https://github.com/hamirmahal) in [#578](actions/upload-artifact#578)
- Add new `artifact-digest` output by [@bdehamer](https://github.com/bdehamer) in [#656](actions/upload-artifact#656)
#### New Contributors
- [@hamirmahal](https://github.com/hamirmahal) made their first contribution in [#578](actions/upload-artifact#578)
- [@bdehamer](https://github.com/bdehamer) made their first contribution in [#656](actions/upload-artifact#656)
**Full Changelog**: <actions/upload-artifact@v4.4.3...v4.5.0>
---
##### [\`v4.4.3\`](https://github.com/actions/upload-artifact/releases/tag/v4.4.3)
#### What's Changed
- Undo indirect dependency updates from [#627](actions/upload-artifact#627) by [@joshmgross](https://github.com/joshmgross) in [#632](actions/upload-artifact#632)
**Full Changelog**: <actions/upload-artifact@v4.4.2...v4.4.3>
---
##### [\`v4.4.2\`](https://github.com/actions/upload-artifact/releases/tag/v4.4.2)
#### What's Changed
- Bump `@actions/artifact` to 2.1.11 by [@robherley](https://github.com/robherley) in [#627](actions/upload-artifact#627)
- Includes fix for relative symlinks not resolving properly
**Full Changelog**: <actions/upload-artifact@v4.4.1...v4.4.2>
---
##### [\`v4.4.1\`](https://github.com/actions/upload-artifact/releases/tag/v4.4.1)
#### What's Changed
- Add a section about hidden files by [@joshmgross](https://github.com/joshmgross) in [#607](actions/upload-artifact#607)
- Add workflow file for publishing releases to immutable action package by [@Jcambass](https://github.com/Jcambass) in [#621](actions/upload-artifact#621)
- Update [@actions/artifact](https://github.com/actions/artifact) to latest version, includes symlink and timeout fixes by [@robherley](https://github.com/robherley) in [#625](actions/upload-artifact#625)
#### New Contributors
- [@Jcambass](https://github.com/Jcambass) made their first contribution in [#621](actions/upload-artifact#621)
**Full Changelog**: <actions/upload-artifact@v4.4.0...v4.4.1>
---
##### [\`v4.4.0\`](https://github.com/actions/upload-artifact/releases/tag/v4.4.0)
#### Notice: Breaking Changes 1 parent e12fc7b commit 972535d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments