diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b64499..51863f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: pytest --cov=trollimage trollimage/tests --cov-report=xml --cov-report= - name: Upload unittest coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: unittests file: ./coverage.xml