Skip to content

ci: bump download-artifact to v8.0.1 (Node 24)#5

Merged
raccioly merged 1 commit into
mainfrom
ci-node24
Jun 10, 2026
Merged

ci: bump download-artifact to v8.0.1 (Node 24)#5
raccioly merged 1 commit into
mainfrom
ci-node24

Conversation

@raccioly

Copy link
Copy Markdown
Owner

Clears the Node 20 deprecation warning from the v0.4.2 publish run.

actions/download-artifact was pinned at v5 (Node 20); bumped to v8.0.1 (Node 24), SHA-pinned per the repo convention. Verified action.yml declares using: node24, and upload-artifact@v7.0.1 (the paired upload step) is also Node 24 with no cross-version pairing constraint.

The other actions were already Node 24 (checkout@v5, setup-python@v6, upload-artifact@v7.0.1); pypa/gh-action-pypi-publish is a container action and unaffected.

Workflow-only — no package change, no version bump. publish.yml is tag-triggered, so this is exercised on the next release.

🤖 Generated with Claude Code

Clears the GitHub Actions Node 20 deprecation warning seen on the v0.4.2
publish run. download-artifact@v5 ran on Node 20; v8.0.1 runs on Node 24
(verified action.yml `using: node24`). The other actions are already Node 24
(checkout@v5, setup-python@v6, upload-artifact@v7.0.1); pypa/gh-action-pypi-publish
is a container action and unaffected. SHA-pinned per the repo's convention.
Exercised on the next release tag (publish.yml is tag-triggered).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@raccioly raccioly merged commit b0aa9cd into main Jun 10, 2026
3 checks passed
@raccioly raccioly deleted the ci-node24 branch June 10, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant