Support direct file uploads by danwkennedy · Pull Request #764 · actions/upload-artifact (original) (raw)

added 5 commits

February 25, 2026 14:08

Copilot AI review requested due to automatic review settings

February 25, 2026 19:10

[github-advanced-security[bot]](/apps/github-advanced-security)

yacaovsnc

fdio-github pushed a commit to FDio/csit that referenced this pull request

Mar 2, 2026

@dependabot

Bumps actions/upload-artifact from 6 to 7.

Release notes

Sourced from actions/upload-artifact's releases.

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

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

Dependabot compatibility score

Signed-off-by: dependabot[bot] support@github.com Change-Id: Ia2e29e951761b7cd74c86c9469ca502af2b566f6 GitHub-PR: #4131 GitHub-Hash: ec81e01b2a1da5f9 Signed-off-by: fdio.github releng+fdio-github@linuxfoundation.org

This was referenced

Mar 2, 2026

mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request

Mar 3, 2026

@mergify

This was referenced

Mar 19, 2026

@jvanz jvanz mentioned this pull request

Mar 25, 2026

1 task

qupo1 added a commit to qupo1/hn-sign-windows-installer that referenced this pull request

Mar 28, 2026

@qupo1

@qupo1 qupo1 mentioned this pull request

Mar 28, 2026

Ickerday

renovate Bot added a commit to sdwilsh/sOS that referenced this pull request

Apr 19, 2026

@renovate

onap-github pushed a commit to onap/portal-ng-ui that referenced this pull request

Apr 22, 2026

@dependabot

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

Dependabot compatibility score

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

renovate Bot added a commit to sdwilsh/sOS that referenced this pull request

Apr 29, 2026

@renovate

renovate Bot added a commit to sdwilsh/sOS that referenced this pull request

May 12, 2026

@renovate

This was referenced

May 15, 2026

renovate Bot added a commit to sdwilsh/sOS that referenced this pull request

May 22, 2026

@renovate

renovate Bot added a commit to sdwilsh/sOS that referenced this pull request

Jun 11, 2026

@renovate

onap-github pushed a commit to onap/policy-pap that referenced this pull request

Jun 16, 2026

@dependabot

Release notes

Sourced from actions/upload-artifact's releases.

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 v6.0.0 v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed

Upload Artifact Node 24 support by @​salmanmkc in actions/upload-artifact#719 fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in actions/upload-artifact#745

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

Update README.md by @​GhadimiR in actions/upload-artifact#681 Update README.md by @​nebuk89 in actions/upload-artifact#712 Readme: spell out the first use of GHES by @​danwkennedy in actions/upload-artifact#727 Update GHES guidance to include reference to Node 20 version by @​patrikpolyak in actions/upload-artifact#725 Bump @actions/artifact to v4.0.0 Prepare v5.0.0 by @​danwkennedy in actions/upload-artifact#734

... (truncated)

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 b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README Additional commits viewable in compare view

Dependabot compatibility score

Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] support@github.com Change-Id: I07221a26e7aaa8f7f5475284298d6049e399aa8d GitHub-PR: #9 GitHub-Hash: a63b8c13c7da0262 Signed-off-by: onap.gh2gerrit releng+onap-gh2gerrit@linuxfoundation.org

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})