Skip to content

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

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

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

Conversation

@barnabasbusa
Copy link
Copy Markdown
Contributor

Summary

  • Replace archived actions/upload-release-asset@v1 with softprops/action-gh-release@v2.6.1 in the release workflow
  • Consolidates two separate upload steps into a single step using the files parameter
  • Fixes set-output and Node.js deprecation warnings from the archived action

Test plan

  • Create a draft release and verify both .tar.gz and .zip assets are uploaded correctly
  • Verify the release workflow completes without deprecation warnings
  • Confirm asset names match the expected format lab-<tag>.tar.gz and lab-<tag>.zip

🤖 Generated with Claude Code

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 and Node.js 20 deprecation warnings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@barnabasbusa barnabasbusa requested a review from Savid as a code owner April 9, 2026 12:32
@barnabasbusa barnabasbusa merged commit c3be967 into master Apr 9, 2026
3 checks passed
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