diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fdfd175..e164ee6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: pytest --cov=trollsift trollsift/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