From dcebb4eb47e017c845ca35f829997a34270c2197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:44:36 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3.1.4 --- .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..630f1e4 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@v3.1.4 with: # User defined upload name. Visible in Codecov UI name: spatialtis-cov