diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca6d1b0aac2e..6a407a7d9127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: . venv/bin/activate pytest -vv --cov-report=xml --tb=native -n auto tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }}