n0-computer / n0-computer/dumbpipe
Update GitHub Actions
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 782
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
- Update to
actions/checkout@v7 - Use
actions/upload-artifact@v7to upload build artifacts regardless of release status - Replace
actions/upload-release-asset@v1.0.2+actions/create-release@v1(both are unmaintained) withactions/download-artifact@v5+gh release create(docs)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's GitHub Actions workflow files and compare their artifact and release steps with the linked GitHub Actions documentation. Update the checkout, artifact, and release actions as specified, then verify that build artifacts are uploaded for every run and releases still package them correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- build-system, ci-cd, release
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 74/100