Skip to content

Replace deprecated release actions with softprops/action-gh-release#155

Merged
barnabasbusa merged 1 commit intomasterfrom
fix/deprecated-actions
Apr 9, 2026
Merged

Replace deprecated release actions with softprops/action-gh-release#155
barnabasbusa merged 1 commit intomasterfrom
fix/deprecated-actions

Conversation

@barnabasbusa
Copy link
Copy Markdown
Contributor

Summary

  • Replace archived actions/create-release@v1.1.4 and actions/upload-release-asset@v1.0.2 with softprops/action-gh-release@v2.6.1
  • Fixes set-output deprecation warnings and Node.js 20 deprecation warnings in CI annotations
  • Both build-master.yml and build-release.yml updated

The old actions are archived and use deprecated Node.js runtimes and the set-output command internally, which produces warnings on every CI run.

softprops/action-gh-release handles both release creation and asset uploading in a single step, simplifying the workflows.

Test plan

  • Verify snapshot release is created correctly on next master push
  • Verify release workflow still works via workflow_dispatch

🤖 Generated with Claude Code

…asset

Replace archived actions/create-release@v1.1.4 and
actions/upload-release-asset@v1.0.2 with softprops/action-gh-release@v2.6.1
to fix set-output deprecation warnings and Node.js 20 deprecation warnings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@barnabasbusa barnabasbusa merged commit abf9c34 into master Apr 9, 2026
6 checks passed
@barnabasbusa barnabasbusa deleted the fix/deprecated-actions branch April 9, 2026 12:29
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.

2 participants