Skip to content

chore(deps): bump actions/upload-artifact from 5.0.0 to 7.0.1 - #3767

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7.0.1
Open

chore(deps): bump actions/upload-artifact from 5.0.0 to 7.0.1#3767
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/upload-artifact from 5.0.0 to 7.0.1.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

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

New Contributors

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

Full Changelog: actions/upload-artifact@v5.0.0...v6.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
  • 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...043fb46)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 09:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 31, 2026
@openai-sdks

openai-sdks Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

OkTest Summary

237/237 SDK tests passed in 13.864s for Python SDK PR #3767.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 305ms
tests/chat-completions-create.test.ts ✅ Passed 275ms
tests/chat-completions-stream.test.ts ✅ Passed 136ms
tests/files-content-binary.test.ts ✅ Passed 343ms
tests/files-create-multipart.test.ts ✅ Passed 272ms
tests/files-list-pagination.test.ts ✅ Passed 189ms
tests/initialize-config.test.ts ✅ Passed 194ms
tests/instance-isolation.test.ts ✅ Passed 281ms
tests/models-list.test.ts ✅ Passed 210ms
tests/responses-background-lifecycle.test.ts ✅ Passed 322ms
tests/responses-body-method-errors.test.ts ✅ Passed 556ms
tests/responses-cancel-timeout.test.ts ✅ Passed 317ms
tests/responses-cancel.test.ts ✅ Passed 348ms
tests/responses-compact-retries.test.ts ✅ Passed 460ms
tests/responses-compact.test.ts ✅ Passed 520ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 257ms
tests/responses-create-advanced.test.ts ✅ Passed 417ms
tests/responses-create-disconnect.test.ts ✅ Passed 1.271s
tests/responses-create-errors.test.ts ✅ Passed 303ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 332ms
tests/responses-create-retries.test.ts ✅ Passed 416ms
tests/responses-create-stream-failures.test.ts ✅ Passed 141ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 217ms
tests/responses-create-stream-wire.test.ts ✅ Passed 4.205s
tests/responses-create-stream.test.ts ✅ Passed 193ms
tests/responses-create-terminal-states.test.ts ✅ Passed 413ms
tests/responses-create-timeout.test.ts ✅ Passed 286ms
tests/responses-create.test.ts ✅ Passed 407ms
tests/responses-delete.test.ts ✅ Passed 328ms
tests/responses-input-items-errors.test.ts ✅ Passed 439ms
tests/responses-input-items-list.test.ts ✅ Passed 347ms
tests/responses-input-items-options.test.ts ✅ Passed 366ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 317ms
tests/responses-input-tokens-count.test.ts ✅ Passed 316ms
tests/responses-malformed-inputs.test.ts ✅ Passed 3.232s
tests/responses-not-found-errors.test.ts ✅ Passed 478ms
tests/responses-parse.test.ts ✅ Passed 651ms
tests/responses-retrieve-retries.test.ts ✅ Passed 405ms
tests/responses-retrieve.test.ts ✅ Passed 351ms
tests/responses-stored-method-errors.test.ts ✅ Passed 909ms
tests/retry-behavior.test.ts ✅ Passed 3.213s
tests/sdk-error-shape.test.ts ✅ Passed 428ms

View OkTest run #33379240173

SDK merge (3917b4629042) · head (229634b666a8) · base (b19c2161b1ea) · OkTest (2b1bdfd25e98)

@github-actions

Copy link
Copy Markdown
Contributor

Castiron custom code

✅ No new custom-code files detected.

34 mixed files remain; 0 existing customizations changed.

Compared b19c2161b1ea229634b666a8. Generated baselines verified.

34 existing customizations unchanged
  • api.md
  • scripts/castiron/README.md
  • scripts/castiron/custom_code_report.py
  • scripts/castiron/test_custom_code_report.py
  • src/openai/init.py
  • src/openai/_client.py
  • src/openai/resources/audio/transcriptions.py
  • src/openai/resources/audio/translations.py
  • src/openai/resources/beta/beta.py
  • src/openai/resources/beta/responses/responses.py
  • src/openai/resources/beta/threads/runs/runs.py
  • src/openai/resources/beta/threads/threads.py
  • src/openai/resources/chat/completions/completions.py
  • src/openai/resources/embeddings.py
  • src/openai/resources/files.py
  • src/openai/resources/realtime/realtime.py
  • src/openai/resources/responses/responses.py
  • src/openai/resources/uploads/uploads.py
  • src/openai/resources/vector_stores/file_batches.py
  • src/openai/resources/vector_stores/files.py
  • src/openai/resources/videos.py
  • src/openai/resources/webhooks/init.py
  • src/openai/resources/webhooks/webhooks.py
  • src/openai/types/chat/init.py
  • src/openai/types/chat/chat_completion_message_tool_call.py
  • src/openai/types/fine_tuning/fine_tuning_job_integration.py
  • src/openai/types/responses/init.py
  • src/openai/types/responses/response.py
  • src/openai/types/responses/response_function_web_search.py
  • src/openai/types/responses/response_function_web_search_param.py
  • src/openai/types/responses/tool.py
  • src/openai/types/responses/tool_param.py
  • src/openai/types/webhooks/init.py
  • tests/api_resources/test_videos.py

A changed generated baseline means this report cannot reliably identify which handwritten lines changed.

Inspect the custom-code diff

Download the exact patch produced by this run (requires repository access):

gh run download 33379264727 --repo openai/openai-python \
  --name castiron-custom-code-33379264727-1 --dir /tmp/castiron-custom-code-33379264727-1
git apply --stat /tmp/castiron-custom-code-33379264727-1/custom-code.patch
cat /tmp/castiron-custom-code-33379264727-1/custom-code.patch

Or reproduce it from an SDK checkout containing the vendored reporter:

git fetch --no-tags origin b19c2161b1eac80fbf1f6f67a64a50af99c53356 229634b666a8d572533a6358a929df25500b929e
python3 scripts/castiron/custom_code_report.py report \
  --base b19c2161b1eac80fbf1f6f67a64a50af99c53356 \
  --head 229634b666a8d572533a6358a929df25500b929e --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-229634b666a8
cat /tmp/castiron-custom-code-229634b666a8/custom-code.patch

This is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR.

Full report and patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants