diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de98f41..d58aa90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: pytest tests/ --cov=weeb_cli --cov-report=xml --cov-report=term - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests