diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 119a5bc..a87920b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: pytest --cov=trollmoves trollmoves/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