codecov-cli
codecov-cli copied to clipboard
Fix deprecations in GitHub Actions
Fixes #634.
The note about set-output is occurring because the workflow here is using an old version of docker/setup-qemu-action. Updating to the latest version, v3, should fix that.
~~The Ubuntu 20.04 image will be unsupported starting next month. Here I've swapped that for ubuntu-latest.~~ (No longer relevant)
@thomasrockhu-codecov