diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 4eed4e68..3f45f08e 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -40,7 +40,7 @@ jobs: - name: Testing run: poetry run pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=apps --cov-report=xml --cov-report=html - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 pre-commit: name: pre-commit runs-on: ubuntu-latest