diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb61829..8ae5761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: pytest --cov=autosignin --cov-report=xml --cov-report=html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests