diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 93b7ce43..5ef7017a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,4 +60,4 @@ jobs: - name: Run tests run: poetry run pytest --cov=. --cov-report=xml - name: Upload test coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3