diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af3e351..9d42196 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@v5 + uses: codecov/codecov-action@v6 with: flags: unittests file: ./coverage.xml