Commit c133a48
Chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.1
Bumps actions/upload-artifact from 6.0.0 to 7.0.1.
## Release notes
Sourced from actions/upload-artifact's releases.
v7.0.1
What's Changed
Update the readme with direct upload details by @danwkennedy in actions/upload-artifact#795
Readme: bump all the example versions to v7 by @danwkennedy in actions/upload-artifact#796
Include changes in typespec/ts-http-runtime 0.3.5 by @yacaovsnc in actions/upload-artifact#797
Full Changelog: actions/upload-artifact@v7...v7.0.1
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- in actions/upload-artifact#754
Upgrade the module to ESM and bump dependencies by @danwkennedy in actions/upload-artifact#762
Support direct file uploads by @danwkennedy in actions/upload-artifact#764
New Contributors
@Link- made their first contribution in actions/upload-artifact#754
Full Changelog: actions/upload-artifact@v6...v7.0.0
## Commits
043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
634250c Include changes in typespec/ts-http-runtime 0.3.5
e454baa Readme: bump all the example versions to v7 (#796)
74fad66 Update the readme with direct upload details (#795)
bbbca2d Support direct file uploads (#764)
589182c Upgrade the module to ESM and bump dependencies (#762)
47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
02a8460 Add proxy integration test
See full diff in compare view

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Change-Id: I78b5bf8bd3e98ae6b8b92f5be018407e3ee6cb98
GitHub-PR: #181
GitHub-Hash: 2d2b0a53cb03bf7f
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>1 parent 25058d8 commit c133a48
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments