Skip to content

📝 Update README

📝 Update README #60

Triggered via push November 11, 2024 20:24
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
build (x86_64-unknown-linux-musl, amd64-linux, ubuntu-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
build (x86_64-apple-darwin, macos, macos-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
build (aarch64-unknown-linux-musl, aarch64-linux, ubuntu-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
unneeded `return` statement: src/utils/command.rs#L166
warning: unneeded `return` statement --> src/utils/command.rs:166:5 | 166 | return choice; | ^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 166 - return choice; 166 + choice |
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/