diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89dec1e..8c9d861 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.6 with: # User defined upload name. Visible in Codecov UI name: spatialtis-cov