From 2df0ca95db483fad7ef6e9c9bb26e0ca77b4aa2b Mon Sep 17 00:00:00 2001 From: Tobias Buck Date: Wed, 8 Apr 2026 20:08:28 +0200 Subject: [PATCH] Update Codecov action to version 5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96382d8..680065e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,7 +110,7 @@ jobs: pytest --cov-report=term-missing:skip-covered --cov=codes test/ --cov-report=xml:coverage.xml - name: Upload results to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml # Path to the coverage XML file, adjust if necessary