diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2382d8d..7ba02d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: pytest --cov=trollflow2 trollflow2/tests --cov-report=xml - name: Upload unittest coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: unittests file: ./coverage.xml