CI: update Codecov action to v5

Reviewers: korina

Reviewed By: korina

Subscribers: miljen

Differential Revision: https://repo.mireo.local/D33801
This commit is contained in:
Bruno Iljazovic
2025-02-18 11:58:37 +01:00
parent 3dfe07546f
commit 43845343a2
5 changed files with 11 additions and 12 deletions

View File

@ -7,7 +7,7 @@
cmake_minimum_required(VERSION 3.8...3.20)
project(async-mqtt5-examples LANGUAGES CXX)
project(boost-mqtt5-examples LANGUAGES CXX)
function(add_example name)
add_executable("${name}" ${ARGN})