diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 972369b..e11cb2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,6 +61,6 @@ jobs: run: "python -m pytest -ra --durations=20 --cov --cov-report=xml --cov-report=term" - name: "Upload coverage report" - uses: "codecov/codecov-action@v4.3.0" + uses: "codecov/codecov-action@v4.3.1" with: token: "${{ secrets.CODECOV_TOKEN }}"