Skip to content

Day 04a

Day 04a #22

Triggered via push December 4, 2023 18:42
Status Success
Total duration 1m 17s
Artifacts 1

ci.yml

on: push
rust  /  publish-cratesio
0s
rust / publish-cratesio
rust  /  publish-github-release
0s
rust / publish-github-release
Matrix: rust / publish-packagecloud
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
rust / cargo-audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1.2.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust / rust-misc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
usage of `bool::then` in `filter_map`: day04/src/bin/day04a.rs#L14
warning: usage of `bool::then` in `filter_map` --> day04/src/bin/day04a.rs:14:10 | 14 | .filter_map(|m| (m > 0).then(|| 2_u32.pow(m - 1))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `filter` then `map` instead: `filter(|&m| (m > 0)).map(|m| 2_u32.pow(m - 1))` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_bool_then = note: `#[warn(clippy::filter_map_bool_then)]` on by default
rust / rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust / cargo-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust / cargo-build-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Artifacts

Produced during runtime
Name Size
cargo-build-release Expired
267 MB