diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 02e005d..cbe893f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: - name: Run tests run: "pytest --cov=myloginpath test" - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - name: Build distribution run: "python -m build ."