Skip to content

Updates to deployment.mdx#710

Merged
gjtorikian merged 2 commits intooxidize-rb:mainfrom
reid-rigo:reid-rigo-release-workflow-updates
Feb 20, 2026
Merged

Updates to deployment.mdx#710
gjtorikian merged 2 commits intooxidize-rb:mainfrom
reid-rigo:reid-rigo-release-workflow-updates

Conversation

@reid-rigo
Copy link
Copy Markdown
Contributor

Three updates to avoid issues when using this workflow:

  • Update actions/upload-artifact to v6. v3 is deprecated
  • Update actions/download-artifact to v7
  • Loop through built gems when pushing to RubyGem. Without this, we get:
Too many gem names; please specify only one (Gem::CommandLineError)

Three updates to avoid issues when using this workflow:
- Update `actions/upload-artifact` to v6. v3 is deprecated
- Update `actions/download-artifact` to v7
- Loop through built gems when pushing to RubyGem. Without this, we get:
```
Too many gem names; please specify only one (Gem::CommandLineError)
```
@reid-rigo
Copy link
Copy Markdown
Contributor Author

We could also update actions/checkout

@gjtorikian
Copy link
Copy Markdown
Member

thanks!

@gjtorikian gjtorikian merged commit 3978510 into oxidize-rb:main Feb 20, 2026
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