diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac0aa914..c084e898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Test with Pytest run: poetry run pytest --cov-report=xml shell: bash - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }}