diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 794092b..0a6ee54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: pytest --cov=pytroll_collectors pytroll_collectors/tests --cov-report=xml - name: Upload unittest coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unittests file: ./coverage.xml