From 7ca81df5b8783427b3119b57797f6aaf127d051e Mon Sep 17 00:00:00 2001 From: tjlane Date: Mon, 26 Aug 2024 13:47:54 +0200 Subject: [PATCH] bump codecov action version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c86b8f7..797c5ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: pytest test/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml flags: unittests