Skip to content

Commit c7c2ac4

Browse files
chore(deps): update github artifact actions 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.0.0...v7) --- ##### [\`v6.0.0\`](https://github.com/actions/upload-artifact/releases/tag/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](https://github.com/salmanmkc) in [#719](actions/upload-artifact#719) - fix: update [@actions/artifact](https://github.com/actions/artifact) for Node.js 24 punycode deprecation by [@salmanmkc](https://github.com/salmanmkc) in [#744](actions/upload-artifact#744) - prepare release v6.0.0 for Node.js 24 support by [@salmanmkc](https://github.com/salmanmkc) in [#745](actions/upload-artifact#745) **Full Changelog**: <actions/upload-artifact@v5.0.0...v6.0.0> --- ##### [\`v6\`](actions/upload-artifact@v5.0.0...v6.0.0) --- ##### [\`v5.0.0\`](https://github.com/actions/upload-artifact/releases/tag/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](https://github.com/GhadimiR) in [#681](actions/upload-artifact#681) - Update README.md by [@nebuk89](https://github.com/nebuk89) in [#712](actions/upload-artifact#712) - Readme: spell out the first use of GHES by [@danwkennedy](https://github.com/danwkennedy) in [#727](actions/upload-artifact#727) - Update GHES guidance to include reference to Node 20 version by [@patrikpolyak](https://github.com/patrikpolyak) in [#725](actions/upload-artifact#725) - Bump `@actions/artifact` to `v4.0.0` - Prepare `v5.0.0` by [@danwkennedy](https://github.com/danwkennedy) in [#734](actions/upload-artifact#734) #### New Contributors - [@GhadimiR](https://github.com/GhadimiR) made their first contribution in [#681](actions/upload-artifact#681) - [@nebuk89](https://github.com/nebuk89) made their first contribution in [#712](actions/upload-artifact#712) - [@danwkennedy](https://github.com/danwkennedy) made their first contribution in [#727](actions/upload-artifact#727) - [@patrikpolyak](https://github.com/patrikpolyak) made their first contribution in [#725](actions/upload-artifact#725) **Full Changelog**: <actions/upload-artifact@v4...v5.0.0> --- ##### [\`v5\`](actions/upload-artifact@v4.6.2...v5.0.0)
1 parent 8a6bc3a commit c7c2ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Upload ISOs and Checksum to Job Artifacts
7676
if: github.event_name != 'pull_request'
77-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
77+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7878
with:
7979
path: ${{ steps.build.outputs.output-directory }}
8080
if-no-files-found: error

0 commit comments

Comments
 (0)