From 14db9649a17e15c777645916f0be2ba8f081655d Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Sat, 28 Dec 2024 10:40:35 +0100 Subject: [PATCH] GHA: Uprev codecov/codecov-action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79b423d0..dc705f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -326,7 +326,7 @@ jobs: - name: Upload coverage if: matrix.coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: disable_search: true file: __out/cobertura.xml