diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c1644ea..64ca3e03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Test with Pytest run: poetry run pytest --cov-report=xml shell: bash - - uses: codecov/codecov-action@v5.0.7 + - uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }}