diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 1fe7730..f110001 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -39,6 +39,6 @@ jobs: - name: Run the automated tests (for example) run: poetry run pytest -n 8 --cov-report xml:cov.xml --cov simplefin4py --cov-report term-missing --durations-min=1 --durations=0 - name: Upload coverage report - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.3.1 with: files: ./cov.xml