diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 84c0680..fb985e8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,7 +42,7 @@ jobs: pytest tests/ --tb=short - name: Upload to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage/lcov.info flags: unittests