diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73dcb9b5..8709999b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,6 @@ jobs: - name: Tests run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} # required