Skip to content

Commit 1a2b642

Browse files
vdusekclaude
andauthored
ci: upgrade download-artifact from v4 to v8 (#733)
## Summary Upgrade `actions/download-artifact` from v4 to v8 in the `manual_regenerate_models` workflow. The old v4 version relies on Node.js 20, which is approaching end-of-life and produces deprecation warnings in CI runs. Upgrading to v8 resolves these warnings and keeps the workflow on a supported runtime. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9cb5260 commit 1a2b642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual_regenerate_models.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Skipped for manual runs — datamodel-codegen will fetch from the published spec URL instead.
7979
- name: Download OpenAPI spec artifact
8080
if: inputs.docs_workflow_run_id
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v8
8282
with:
8383
name: openapi-bundles
8484
path: openapi-spec

0 commit comments

Comments
 (0)