From a28b434f1def5eddb049b12878fb1f4cca96c79e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 06:09:25 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b7e937a..88f031e 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -41,7 +41,7 @@ jobs: run: | pytest --cov=qsurface tests/ --cov-report=xml -m "not plotting" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests