From 1556afc5e99b92375a092590caa141f4b9f16deb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:30:00 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89dec1e..024718f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: pytest --cov=spatialtis/ --cov-report=xml tests/ - name: Codecov - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v4.5.0 with: # User defined upload name. Visible in Codecov UI name: spatialtis-cov