Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #96: fix(ci): code coverage
actions/upload-artifact
version
7321a5d fix(ci): pin `tokio-util` to `0.7.11` (Leonardo Lima) cec57f6 chore: remove bdk repository related comment (Leonardo Lima) 33a6f21 deps(ci): bump `actions/checkout` to `v4` (Leonardo Lima) b22d95f deps(ci): bump `actions/upload-artifact` to `v4` (Leonardo Lima) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description The Code Coverage step seems to start failing due to `actions/checkout@v2` becoming deprecated, and an error now instead of a warning. At least it's what I got from the error message here: https://github.com/bitcoindevkit/rust-esplora-client/actions/runs/10702593999/job/29671147653?pr=93 This PR bumps it's version to `v4`, the latest one. I'm also taking the opportunity to bump the `action/checkout` to `v4` too. I'm not sure if it became fully/enforced deprecation from yesterday to today, because it ran successfully on the last master merged PR CI steps #:thinking: <!-- Describe the purpose of this PR, what's being adding and/or fixed --> ### Notes to the reviewers Please let me know if I should take the opportunity to bump any other actions, or update the workflow in any way. <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ### Changelog notice - Bump `actions/upload-artifact` to `v4`. - Bump `actions/checkout` to `v4`. <!-- Notice the release manager should include in the release tag message changelog --> <!-- See https://keepachangelog.com/en/1.0.0/ for examples --> ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: ValuedMammal: ACK 7321a5d evanlinjin: ACK 7321a5d Tree-SHA512: ac00626633fdfad2cca88e971fa953c71ed3363b68a87351677d0737891eca782c08705ec355c00778211024bcc28791adb66c1e17a5f8d2487fd601a75965de
- Loading branch information