Skip to content

Fix Node.js 20 deprecation warnings in release workflow - #6

Merged
valenfys merged 1 commit into
mainfrom
fix-node20-deprecation
Sep 2, 2026
Merged

valenfys merged 1 commit into
mainfrom
fix-node20-deprecation

Conversation

@valenfys

@valenfys valenfys commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • actions/upload-artifact@v4 and actions/download-artifact@v4 still declare node20 as their runtime, which GitHub Actions now warns about (runs are being force-upgraded to node24 in the meantime, per the warnings on the v0.1.2 release run).
  • Bumps to actions/upload-artifact@v7 and actions/download-artifact@v8, both of which declare node24 natively. Neither changes the inputs this workflow relies on (name, path, if-no-files-found for upload; path, merge-multiple for download), so this is a drop-in fix.

Test plan

  • Diffed the v7/v8 action.yml input schemas against v4 — unchanged for the inputs this workflow uses.
  • Next tag push will confirm the warnings are gone.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AKmYgyL2p8FVFu9Wx13t4K

actions/upload-artifact@v4 and actions/download-artifact@v4 still
declare node20 as their runtime, which GitHub now flags as
deprecated (runs are force-upgraded to node24 for now). Bumping to
v7/v8 respectively picks up versions that declare node24 natively;
neither changes the inputs this workflow uses (name, path,
if-no-files-found, merge-multiple).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AKmYgyL2p8FVFu9Wx13t4K
@valenfys
valenfys merged commit 58a1fef into main Sep 2, 2026
3 checks passed
@valenfys
valenfys deleted the fix-node20-deprecation branch September 2, 2026 13:59
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