From 03e205ffb7ff2bf8866b6924aa20e348fcf41a11 Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Mon, 30 Mar 2026 13:12:32 +0200 Subject: [PATCH] Update GH codecov action to v6 --- .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 36d14aa..d039ced 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Upload coverage if: success() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true