From 00773f9840de6be8c40a441b62dadb76f1fddb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sun, 7 Jun 2026 22:53:09 +0200 Subject: [PATCH] ci: update codecov-action to 7.0.0 --- .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 3085f09a..3e42aa9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: - name: "Upload Code Coverage" if: github.actor != 'dependabot[bot]' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.txt