From a1c25e241b6a4c97c507519d228603ea15e9cc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Gr=C3=BCbel?= Date: Tue, 16 Jan 2024 21:13:13 +0100 Subject: [PATCH] ci: change codecov GHA version to v3 (#259) change codecov GHA version to v3 Signed-off-by: gruebel --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47e0bc5..e96797d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: behave tests/features/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed + uses: codecov/codecov-action@v3 with: flags: unittests # optional name: coverage # optional